Shades of Goldenrod #DAE077
Tints of Goldenrod #DAE077
RGB
CMYK
RGB Variations
Color information
#DAE077 (or 0xDAE077) is known color: Goldenrod. HEX triplet: DA, E0 and 77. RGB value is (218,224,119). Sum of RGB (Red+Green+Blue) = 218+224+119=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE077 is #251F88. Grayscale: #D2D2D2. Windows color (decimal): -2432905 or 7856346. OLE color: 7856346.
HSL color Cylindrical-coordinate representation of color #DAE077: hue angle of 63.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAE077 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 119 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.12 |
| HSL | 63.43º | 0.63% | 0.67% | - |
| HSV(B) | 63.43º | 0.47% | 0.88% | - |
| XYZ | 58.9 | 69.55 | 27.77 | - |
| YUV | 210.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 119 | 0.03 | 0 | 0.47 | 0.12 | 63.43 | 0.63 | 0.67 |
| Hex | DA | E0 | 77 | 3 | 0 | 2F | C | 3F | 3F | 43 |
| Octal | 332 | 340 | 167 | 3 | 0 | 57 | 14 | 77 | 77 | 103 |
| Binary | 11011010 | 11100000 | 1110111 | 11 | 0 | 101111 | 1100 | 111111 | 111111 | 1000011 |
Color Harmonies of #DAE077
Complementary color
Monochromatic Colors of #DAE077
Black with #DAE077
Text Example
Text Example
White with #DAE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE077; }
p { color: rgb(218,224,119); }
H1.HeaderClassName
{
color: #DAE077;
}
.AnyTagClassName
{
color: #DAE077;
}
</style>
background-color css
<style>
a { background-color: #DAE077; }
a { background-color: rgb(218,224,119); }
div.DivClassName
{
background-color: #DAE077;
}
.BgClassName
{
background-color: #DAE077;
}
</style>
border-color css
<style>
span { border-color: #DAE077; }
span { border-color: rgb(218,224,119); }
td.TdClassName
{
border-color: #DAE077;
}
.TagClassName
{
border-color: #DAE077;
}
</style>