Shades of Goldenrod #DCDB77
Tints of Goldenrod #DCDB77
RGB
CMYK
RGB Variations
Color information
#DCDB77 (or 0xDCDB77) is known color: Goldenrod. HEX triplet: DC, DB and 77. RGB value is (220,219,119). Sum of RGB (Red+Green+Blue) = 220+219+119=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB77 is #232488. Grayscale: #D0D0D0. Windows color (decimal): -2303113 or 7855068. OLE color: 7855068.
HSL color Cylindrical-coordinate representation of color #DCDB77: hue angle of 59.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCDB77 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 119 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.14 |
| HSL | 59.41º | 0.59% | 0.66% | - |
| HSV(B) | 59.41º | 0.46% | 0.86% | - |
| XYZ | 58.18 | 67.21 | 27.36 | - |
| YUV | 207.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 119 | 0 | 0.00 | 0.46 | 0.14 | 59.41 | 0.59 | 0.66 |
| Hex | DC | DB | 77 | 0 | 0 | 2E | E | 3B | 3B | 42 |
| Octal | 334 | 333 | 167 | 0 | 0 | 56 | 16 | 73 | 73 | 102 |
| Binary | 11011100 | 11011011 | 1110111 | 0 | 0 | 101110 | 1110 | 111011 | 111011 | 1000010 |
Color Harmonies of #DCDB77
Complementary color
Monochromatic Colors of #DCDB77
Black with #DCDB77
Text Example
Text Example
White with #DCDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB77; }
p { color: rgb(220,219,119); }
H1.HeaderClassName
{
color: #DCDB77;
}
.AnyTagClassName
{
color: #DCDB77;
}
</style>
background-color css
<style>
a { background-color: #DCDB77; }
a { background-color: rgb(220,219,119); }
div.DivClassName
{
background-color: #DCDB77;
}
.BgClassName
{
background-color: #DCDB77;
}
</style>
border-color css
<style>
span { border-color: #DCDB77; }
span { border-color: rgb(220,219,119); }
td.TdClassName
{
border-color: #DCDB77;
}
.TagClassName
{
border-color: #DCDB77;
}
</style>