Shades of Goldenrod #DCDB7A
Tints of Goldenrod #DCDB7A
RGB
CMYK
RGB Variations
Color information
#DCDB7A (or 0xDCDB7A) is known color: Goldenrod. HEX triplet: DC, DB and 7A. RGB value is (220,219,122). Sum of RGB (Red+Green+Blue) = 220+219+122=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB7A is #232485. Grayscale: #D0D0D0. Windows color (decimal): -2303110 or 8051676. OLE color: 8051676.
HSL color Cylindrical-coordinate representation of color #DCDB7A: hue angle of 59.39º degrees, saturation: 0.58, 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 #DCDB7A is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 122 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.14 |
| HSL | 59.39º | 0.58% | 0.67% | - |
| HSV(B) | 59.39º | 0.45% | 0.86% | - |
| XYZ | 58.36 | 67.28 | 28.32 | - |
| YUV | 208.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 122 | 0 | 0.00 | 0.45 | 0.14 | 59.39 | 0.58 | 0.67 |
| Hex | DC | DB | 7A | 0 | 0 | 2D | E | 3B | 3A | 43 |
| Octal | 334 | 333 | 172 | 0 | 0 | 55 | 16 | 73 | 72 | 103 |
| Binary | 11011100 | 11011011 | 1111010 | 0 | 0 | 101101 | 1110 | 111011 | 111010 | 1000011 |
Color Harmonies of #DCDB7A
Complementary color
Monochromatic Colors of #DCDB7A
Black with #DCDB7A
Text Example
Text Example
White with #DCDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB7A; }
p { color: rgb(220,219,122); }
H1.HeaderClassName
{
color: #DCDB7A;
}
.AnyTagClassName
{
color: #DCDB7A;
}
</style>
background-color css
<style>
a { background-color: #DCDB7A; }
a { background-color: rgb(220,219,122); }
div.DivClassName
{
background-color: #DCDB7A;
}
.BgClassName
{
background-color: #DCDB7A;
}
</style>
border-color css
<style>
span { border-color: #DCDB7A; }
span { border-color: rgb(220,219,122); }
td.TdClassName
{
border-color: #DCDB7A;
}
.TagClassName
{
border-color: #DCDB7A;
}
</style>