Shades of Goldenrod #DCDB76
Tints of Goldenrod #DCDB76
RGB
CMYK
RGB Variations
Color information
#DCDB76 (or 0xDCDB76) is known color: Goldenrod. HEX triplet: DC, DB and 76. RGB value is (220,219,118). Sum of RGB (Red+Green+Blue) = 220+219+118=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB76 is #232489. Grayscale: #D0D0D0. Windows color (decimal): -2303114 or 7789532. OLE color: 7789532.
HSL color Cylindrical-coordinate representation of color #DCDB76: 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 #DCDB76 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 118 | - |
| 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.12 | 67.19 | 27.04 | - |
| YUV | 207.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 118 | 0 | 0.00 | 0.46 | 0.14 | 59.41 | 0.59 | 0.66 |
| Hex | DC | DB | 76 | 0 | 0 | 2E | E | 3B | 3B | 42 |
| Octal | 334 | 333 | 166 | 0 | 0 | 56 | 16 | 73 | 73 | 102 |
| Binary | 11011100 | 11011011 | 1110110 | 0 | 0 | 101110 | 1110 | 111011 | 111011 | 1000010 |
Color Harmonies of #DCDB76
Complementary color
Monochromatic Colors of #DCDB76
Black with #DCDB76
Text Example
Text Example
White with #DCDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB76; }
p { color: rgb(220,219,118); }
H1.HeaderClassName
{
color: #DCDB76;
}
.AnyTagClassName
{
color: #DCDB76;
}
</style>
background-color css
<style>
a { background-color: #DCDB76; }
a { background-color: rgb(220,219,118); }
div.DivClassName
{
background-color: #DCDB76;
}
.BgClassName
{
background-color: #DCDB76;
}
</style>
border-color css
<style>
span { border-color: #DCDB76; }
span { border-color: rgb(220,219,118); }
td.TdClassName
{
border-color: #DCDB76;
}
.TagClassName
{
border-color: #DCDB76;
}
</style>