Shades of Goldenrod #DCDA79
Tints of Goldenrod #DCDA79
RGB
CMYK
RGB Variations
Color information
#DCDA79 (or 0xDCDA79) is known color: Goldenrod. HEX triplet: DC, DA and 79. RGB value is (220,218,121). Sum of RGB (Red+Green+Blue) = 220+218+121=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 121 (47.66% from 255 or 21.65% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA79 is #232586. Grayscale: #CFCFCF. Windows color (decimal): -2303367 or 7985884. OLE color: 7985884.
HSL color Cylindrical-coordinate representation of color #DCDA79: hue angle of 58.79º 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 #DCDA79 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 121 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.14 |
| HSL | 58.79º | 0.59% | 0.67% | - |
| HSV(B) | 58.79º | 0.45% | 0.86% | - |
| XYZ | 58.04 | 66.74 | 27.91 | - |
| YUV | 207.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 121 | 0 | 0.01 | 0.45 | 0.14 | 58.79 | 0.59 | 0.67 |
| Hex | DC | DA | 79 | 0 | 1 | 2D | E | 3B | 3B | 43 |
| Octal | 334 | 332 | 171 | 0 | 1 | 55 | 16 | 73 | 73 | 103 |
| Binary | 11011100 | 11011010 | 1111001 | 0 | 1 | 101101 | 1110 | 111011 | 111011 | 1000011 |
Color Harmonies of #DCDA79
Complementary color
Monochromatic Colors of #DCDA79
Black with #DCDA79
Text Example
Text Example
White with #DCDA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA79; }
p { color: rgb(220,218,121); }
H1.HeaderClassName
{
color: #DCDA79;
}
.AnyTagClassName
{
color: #DCDA79;
}
</style>
background-color css
<style>
a { background-color: #DCDA79; }
a { background-color: rgb(220,218,121); }
div.DivClassName
{
background-color: #DCDA79;
}
.BgClassName
{
background-color: #DCDA79;
}
</style>
border-color css
<style>
span { border-color: #DCDA79; }
span { border-color: rgb(220,218,121); }
td.TdClassName
{
border-color: #DCDA79;
}
.TagClassName
{
border-color: #DCDA79;
}
</style>