Shades of Goldenrod #DCDB78
Tints of Goldenrod #DCDB78
RGB
CMYK
RGB Variations
Color information
#DCDB78 (or 0xDCDB78) is known color: Goldenrod. HEX triplet: DC, DB and 78. RGB value is (220,219,120). Sum of RGB (Red+Green+Blue) = 220+219+120=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB78 is #232487. Grayscale: #D0D0D0. Windows color (decimal): -2303112 or 7920604. OLE color: 7920604.
HSL color Cylindrical-coordinate representation of color #DCDB78: hue angle of 59.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCDB78 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 120 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.14 |
| HSL | 59.4º | 0.59% | 0.67% | - |
| HSV(B) | 59.4º | 0.45% | 0.86% | - |
| XYZ | 58.24 | 67.23 | 27.68 | - |
| YUV | 208.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 120 | 0 | 0.00 | 0.45 | 0.14 | 59.4 | 0.59 | 0.67 |
| Hex | DC | DB | 78 | 0 | 0 | 2D | E | 3B | 3B | 43 |
| Octal | 334 | 333 | 170 | 0 | 0 | 55 | 16 | 73 | 73 | 103 |
| Binary | 11011100 | 11011011 | 1111000 | 0 | 0 | 101101 | 1110 | 111011 | 111011 | 1000011 |
Color Harmonies of #DCDB78
Complementary color
Monochromatic Colors of #DCDB78
Black with #DCDB78
Text Example
Text Example
White with #DCDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB78; }
p { color: rgb(220,219,120); }
H1.HeaderClassName
{
color: #DCDB78;
}
.AnyTagClassName
{
color: #DCDB78;
}
</style>
background-color css
<style>
a { background-color: #DCDB78; }
a { background-color: rgb(220,219,120); }
div.DivClassName
{
background-color: #DCDB78;
}
.BgClassName
{
background-color: #DCDB78;
}
</style>
border-color css
<style>
span { border-color: #DCDB78; }
span { border-color: rgb(220,219,120); }
td.TdClassName
{
border-color: #DCDB78;
}
.TagClassName
{
border-color: #DCDB78;
}
</style>