Shades of Goldenrod #DCDB7E
Tints of Goldenrod #DCDB7E
RGB
CMYK
RGB Variations
Color information
#DCDB7E (or 0xDCDB7E) is known color: Goldenrod. HEX triplet: DC, DB and 7E. RGB value is (220,219,126). Sum of RGB (Red+Green+Blue) = 220+219+126=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB7E is #232481. Grayscale: #D1D1D1. Windows color (decimal): -2303106 or 8313820. OLE color: 8313820.
HSL color Cylindrical-coordinate representation of color #DCDB7E: hue angle of 59.36º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCDB7E is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 126 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.14 |
| HSL | 59.36º | 0.57% | 0.68% | - |
| HSV(B) | 59.36º | 0.43% | 0.86% | - |
| XYZ | 58.61 | 67.39 | 29.66 | - |
| YUV | 208.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 126 | 0 | 0.00 | 0.43 | 0.14 | 59.36 | 0.57 | 0.68 |
| Hex | DC | DB | 7E | 0 | 0 | 2B | E | 3B | 39 | 44 |
| Octal | 334 | 333 | 176 | 0 | 0 | 53 | 16 | 73 | 71 | 104 |
| Binary | 11011100 | 11011011 | 1111110 | 0 | 0 | 101011 | 1110 | 111011 | 111001 | 1000100 |
Color Harmonies of #DCDB7E
Complementary color
Monochromatic Colors of #DCDB7E
Black with #DCDB7E
Text Example
Text Example
White with #DCDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB7E; }
p { color: rgb(220,219,126); }
H1.HeaderClassName
{
color: #DCDB7E;
}
.AnyTagClassName
{
color: #DCDB7E;
}
</style>
background-color css
<style>
a { background-color: #DCDB7E; }
a { background-color: rgb(220,219,126); }
div.DivClassName
{
background-color: #DCDB7E;
}
.BgClassName
{
background-color: #DCDB7E;
}
</style>
border-color css
<style>
span { border-color: #DCDB7E; }
span { border-color: rgb(220,219,126); }
td.TdClassName
{
border-color: #DCDB7E;
}
.TagClassName
{
border-color: #DCDB7E;
}
</style>