#DCDB6E

Color #DCDB6E Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DCDB6E

Tints of Goldenrod #DCDB6E

Color information

#DCDB6E (or 0xDCDB6E) is unknown color: approx Goldenrod. HEX triplet: DC, DB and 6E. RGB value is (220,219,110). Sum of RGB (Red+Green+Blue) = 220+219+110=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB6E is #232491. Grayscale: #CFCFCF. Windows color (decimal): -2303122 or 7265244. OLE color: 7265244.

HSL color Cylindrical-coordinate representation of color #DCDB6E: hue angle of 59.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCDB6E is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220219110-
CMYK00.000.500.14
HSL59.45º61.11%64.71%-
HSV(B)59.45º50%86.27%-
XYZ57.666724.65-
YUV206.8773.33137.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 110 (43.36% from 255) = 20.04%
R=40.07%
G=39.89%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021911000.000.500.1459.4561.1164.71
HexDCDB6E0032E3b3d41
Octal3343331560062167375101
Binary110111001101101111011100011001011101110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB6E; }

 p { color: rgb(220,219,110); }

 H1.HeaderClassName
 {
   color: #DCDB6E;
 }
 .AnyTagClassName
 {
   color: #DCDB6E;
 }
</style>
background-color css

<style>
 a { background-color: #DCDB6E; }

 a { background-color: rgb(220,219,110); }

 div.DivClassName
 {
   background-color: #DCDB6E;
 }
 .BgClassName
 {
   background-color: #DCDB6E;
 }
</style>
border-color css

<style>
 span { border-color: #DCDB6E; }

 span { border-color: rgb(220,219,110); }

 td.TdClassName
 {
   border-color: #DCDB6E;
 }
 .TagClassName
 {
   border-color: #DCDB6E;
 }
</style>