Shades of Goldenrod #DAD976
Tints of Goldenrod #DAD976
RGB
CMYK
RGB Variations
Color information
#DAD976 (or 0xDAD976) is known color: Goldenrod. HEX triplet: DA, D9 and 76. RGB value is (218,217,118). Sum of RGB (Red+Green+Blue) = 218+217+118=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD976 is #252689. Grayscale: #CECECE. Windows color (decimal): -2434698 or 7789018. OLE color: 7789018.
HSL color Cylindrical-coordinate representation of color #DAD976: hue angle of 59.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAD976 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 118 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.15 |
| HSL | 59.4º | 0.57% | 0.66% | - |
| HSV(B) | 59.4º | 0.46% | 0.85% | - |
| XYZ | 57 | 65.84 | 26.84 | - |
| YUV | 206.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 118 | 0 | 0.00 | 0.46 | 0.15 | 59.4 | 0.57 | 0.66 |
| Hex | DA | D9 | 76 | 0 | 0 | 2E | F | 3B | 39 | 42 |
| Octal | 332 | 331 | 166 | 0 | 0 | 56 | 17 | 73 | 71 | 102 |
| Binary | 11011010 | 11011001 | 1110110 | 0 | 0 | 101110 | 1111 | 111011 | 111001 | 1000010 |
Color Harmonies of #DAD976
Complementary color
Monochromatic Colors of #DAD976
Black with #DAD976
Text Example
Text Example
White with #DAD976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD976; }
p { color: rgb(218,217,118); }
H1.HeaderClassName
{
color: #DAD976;
}
.AnyTagClassName
{
color: #DAD976;
}
</style>
background-color css
<style>
a { background-color: #DAD976; }
a { background-color: rgb(218,217,118); }
div.DivClassName
{
background-color: #DAD976;
}
.BgClassName
{
background-color: #DAD976;
}
</style>
border-color css
<style>
span { border-color: #DAD976; }
span { border-color: rgb(218,217,118); }
td.TdClassName
{
border-color: #DAD976;
}
.TagClassName
{
border-color: #DAD976;
}
</style>