Shades of Goldenrod #DAE276
Tints of Goldenrod #DAE276
RGB
CMYK
RGB Variations
Color information
#DAE276 (or 0xDAE276) is known color: Goldenrod. HEX triplet: DA, E2 and 76. RGB value is (218,226,118). Sum of RGB (Red+Green+Blue) = 218+226+118=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE276 is #251D89. Grayscale: #D3D3D3. Windows color (decimal): -2432394 or 7791322. OLE color: 7791322.
HSL color Cylindrical-coordinate representation of color #DAE276: hue angle of 64.44º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAE276 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 118 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.11 |
| HSL | 64.44º | 0.65% | 0.67% | - |
| HSV(B) | 64.44º | 0.48% | 0.89% | - |
| XYZ | 59.38 | 70.61 | 27.64 | - |
| YUV | 211.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 118 | 0.04 | 0 | 0.48 | 0.11 | 64.44 | 0.65 | 0.67 |
| Hex | DA | E2 | 76 | 4 | 0 | 30 | B | 40 | 41 | 43 |
| Octal | 332 | 342 | 166 | 4 | 0 | 60 | 13 | 100 | 101 | 103 |
| Binary | 11011010 | 11100010 | 1110110 | 100 | 0 | 110000 | 1011 | 1000000 | 1000001 | 1000011 |
Color Harmonies of #DAE276
Complementary color
Monochromatic Colors of #DAE276
Black with #DAE276
Text Example
Text Example
White with #DAE276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE276; }
p { color: rgb(218,226,118); }
H1.HeaderClassName
{
color: #DAE276;
}
.AnyTagClassName
{
color: #DAE276;
}
</style>
background-color css
<style>
a { background-color: #DAE276; }
a { background-color: rgb(218,226,118); }
div.DivClassName
{
background-color: #DAE276;
}
.BgClassName
{
background-color: #DAE276;
}
</style>
border-color css
<style>
span { border-color: #DAE276; }
span { border-color: rgb(218,226,118); }
td.TdClassName
{
border-color: #DAE276;
}
.TagClassName
{
border-color: #DAE276;
}
</style>