Shades of Goldenrod #DCDA76
Tints of Goldenrod #DCDA76
RGB
CMYK
RGB Variations
Color information
#DCDA76 (or 0xDCDA76) is known color: Goldenrod. HEX triplet: DC, DA and 76. RGB value is (220,218,118). Sum of RGB (Red+Green+Blue) = 220+218+118=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA76 is #232589. Grayscale: #CFCFCF. Windows color (decimal): -2303370 or 7789276. OLE color: 7789276.
HSL color Cylindrical-coordinate representation of color #DCDA76: hue angle of 58.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCDA76 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 118 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.14 |
| HSL | 58.82º | 0.59% | 0.66% | - |
| HSV(B) | 58.82º | 0.46% | 0.86% | - |
| XYZ | 57.86 | 66.67 | 26.96 | - |
| YUV | 207.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 118 | 0 | 0.01 | 0.46 | 0.14 | 58.82 | 0.59 | 0.66 |
| Hex | DC | DA | 76 | 0 | 1 | 2E | E | 3B | 3B | 42 |
| Octal | 334 | 332 | 166 | 0 | 1 | 56 | 16 | 73 | 73 | 102 |
| Binary | 11011100 | 11011010 | 1110110 | 0 | 1 | 101110 | 1110 | 111011 | 111011 | 1000010 |
Color Harmonies of #DCDA76
Complementary color
Monochromatic Colors of #DCDA76
Black with #DCDA76
Text Example
Text Example
White with #DCDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA76; }
p { color: rgb(220,218,118); }
H1.HeaderClassName
{
color: #DCDA76;
}
.AnyTagClassName
{
color: #DCDA76;
}
</style>
background-color css
<style>
a { background-color: #DCDA76; }
a { background-color: rgb(220,218,118); }
div.DivClassName
{
background-color: #DCDA76;
}
.BgClassName
{
background-color: #DCDA76;
}
</style>
border-color css
<style>
span { border-color: #DCDA76; }
span { border-color: rgb(220,218,118); }
td.TdClassName
{
border-color: #DCDA76;
}
.TagClassName
{
border-color: #DCDA76;
}
</style>