Shades of Goldenrod #DCDB79
Tints of Goldenrod #DCDB79
RGB
CMYK
RGB Variations
Color information
#DCDB79 (or 0xDCDB79) is known color: Goldenrod. HEX triplet: DC, DB and 79. RGB value is (220,219,121). Sum of RGB (Red+Green+Blue) = 220+219+121=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 121 (47.66% from 255 or 21.61% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB79 is #232486. Grayscale: #D0D0D0. Windows color (decimal): -2303111 or 7986140. OLE color: 7986140.
HSL color Cylindrical-coordinate representation of color #DCDB79: hue angle of 59.39º degrees, saturation: 0.59, 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 #DCDB79 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 121 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.14 |
| HSL | 59.39º | 0.59% | 0.67% | - |
| HSV(B) | 59.39º | 0.45% | 0.86% | - |
| XYZ | 58.3 | 67.26 | 28 | - |
| YUV | 208.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 121 | 0 | 0.00 | 0.45 | 0.14 | 59.39 | 0.59 | 0.67 |
| Hex | DC | DB | 79 | 0 | 0 | 2D | E | 3B | 3B | 43 |
| Octal | 334 | 333 | 171 | 0 | 0 | 55 | 16 | 73 | 73 | 103 |
| Binary | 11011100 | 11011011 | 1111001 | 0 | 0 | 101101 | 1110 | 111011 | 111011 | 1000011 |
Color Harmonies of #DCDB79
Complementary color
Monochromatic Colors of #DCDB79
Black with #DCDB79
Text Example
Text Example
White with #DCDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB79; }
p { color: rgb(220,219,121); }
H1.HeaderClassName
{
color: #DCDB79;
}
.AnyTagClassName
{
color: #DCDB79;
}
</style>
background-color css
<style>
a { background-color: #DCDB79; }
a { background-color: rgb(220,219,121); }
div.DivClassName
{
background-color: #DCDB79;
}
.BgClassName
{
background-color: #DCDB79;
}
</style>
border-color css
<style>
span { border-color: #DCDB79; }
span { border-color: rgb(220,219,121); }
td.TdClassName
{
border-color: #DCDB79;
}
.TagClassName
{
border-color: #DCDB79;
}
</style>