Shades of Goldenrod #DCDB7B
Tints of Goldenrod #DCDB7B
RGB
CMYK
RGB Variations
Color information
#DCDB7B (or 0xDCDB7B) is known color: Goldenrod. HEX triplet: DC, DB and 7B. RGB value is (220,219,123). Sum of RGB (Red+Green+Blue) = 220+219+123=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 123 (48.44% from 255 or 21.89% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB7B is #232484. Grayscale: #D0D0D0. Windows color (decimal): -2303109 or 8117212. OLE color: 8117212.
HSL color Cylindrical-coordinate representation of color #DCDB7B: hue angle of 59.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCDB7B is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 123 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.14 |
| HSL | 59.38º | 0.58% | 0.67% | - |
| HSV(B) | 59.38º | 0.44% | 0.86% | - |
| XYZ | 58.42 | 67.31 | 28.65 | - |
| YUV | 208.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 123 | 0 | 0.00 | 0.44 | 0.14 | 59.38 | 0.58 | 0.67 |
| Hex | DC | DB | 7B | 0 | 0 | 2C | E | 3B | 3A | 43 |
| Octal | 334 | 333 | 173 | 0 | 0 | 54 | 16 | 73 | 72 | 103 |
| Binary | 11011100 | 11011011 | 1111011 | 0 | 0 | 101100 | 1110 | 111011 | 111010 | 1000011 |
Color Harmonies of #DCDB7B
Complementary color
Monochromatic Colors of #DCDB7B
Black with #DCDB7B
Text Example
Text Example
White with #DCDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB7B; }
p { color: rgb(220,219,123); }
H1.HeaderClassName
{
color: #DCDB7B;
}
.AnyTagClassName
{
color: #DCDB7B;
}
</style>
background-color css
<style>
a { background-color: #DCDB7B; }
a { background-color: rgb(220,219,123); }
div.DivClassName
{
background-color: #DCDB7B;
}
.BgClassName
{
background-color: #DCDB7B;
}
</style>
border-color css
<style>
span { border-color: #DCDB7B; }
span { border-color: rgb(220,219,123); }
td.TdClassName
{
border-color: #DCDB7B;
}
.TagClassName
{
border-color: #DCDB7B;
}
</style>