Shades of Goldenrod #DADE76
Tints of Goldenrod #DADE76
RGB
CMYK
RGB Variations
Color information
#DADE76 (or 0xDADE76) is known color: Goldenrod. HEX triplet: DA, DE and 76. RGB value is (218,222,118). Sum of RGB (Red+Green+Blue) = 218+222+118=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADE76 is #252189. Grayscale: #D1D1D1. Windows color (decimal): -2433418 or 7790298. OLE color: 7790298.
HSL color Cylindrical-coordinate representation of color #DADE76: hue angle of 62.31º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DADE76 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 118 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.13 |
| HSL | 62.31º | 0.61% | 0.67% | - |
| HSV(B) | 62.31º | 0.47% | 0.87% | - |
| XYZ | 58.3 | 68.46 | 27.28 | - |
| YUV | 208.95 | 76.67 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 118 | 0.02 | 0 | 0.47 | 0.13 | 62.31 | 0.61 | 0.67 |
| Hex | DA | DE | 76 | 2 | 0 | 2F | D | 3E | 3D | 43 |
| Octal | 332 | 336 | 166 | 2 | 0 | 57 | 15 | 76 | 75 | 103 |
| Binary | 11011010 | 11011110 | 1110110 | 10 | 0 | 101111 | 1101 | 111110 | 111101 | 1000011 |
Color Harmonies of #DADE76
Complementary color
Monochromatic Colors of #DADE76
Black with #DADE76
Text Example
Text Example
White with #DADE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE76; }
p { color: rgb(218,222,118); }
H1.HeaderClassName
{
color: #DADE76;
}
.AnyTagClassName
{
color: #DADE76;
}
</style>
background-color css
<style>
a { background-color: #DADE76; }
a { background-color: rgb(218,222,118); }
div.DivClassName
{
background-color: #DADE76;
}
.BgClassName
{
background-color: #DADE76;
}
</style>
border-color css
<style>
span { border-color: #DADE76; }
span { border-color: rgb(218,222,118); }
td.TdClassName
{
border-color: #DADE76;
}
.TagClassName
{
border-color: #DADE76;
}
</style>