Shades of Goldenrod #DAE06E
Tints of Goldenrod #DAE06E
RGB
CMYK
RGB Variations
Color information
#DAE06E (or 0xDAE06E) is known color: Goldenrod. HEX triplet: DA, E0 and 6E. RGB value is (218,224,110). Sum of RGB (Red+Green+Blue) = 218+224+110=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE06E is #251F91. Grayscale: #D1D1D1. Windows color (decimal): -2432914 or 7266522. OLE color: 7266522.
HSL color Cylindrical-coordinate representation of color #DAE06E: hue angle of 63.16º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAE06E is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 110 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.12 |
| HSL | 63.16º | 0.65% | 0.65% | - |
| HSV(B) | 63.16º | 0.51% | 0.88% | - |
| XYZ | 58.38 | 69.34 | 25.06 | - |
| YUV | 209.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 110 | 0.03 | 0 | 0.51 | 0.12 | 63.16 | 0.65 | 0.65 |
| Hex | DA | E0 | 6E | 3 | 0 | 33 | C | 3F | 41 | 41 |
| Octal | 332 | 340 | 156 | 3 | 0 | 63 | 14 | 77 | 101 | 101 |
| Binary | 11011010 | 11100000 | 1101110 | 11 | 0 | 110011 | 1100 | 111111 | 1000001 | 1000001 |
Color Harmonies of #DAE06E
Complementary color
Monochromatic Colors of #DAE06E
Black with #DAE06E
Text Example
Text Example
White with #DAE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE06E; }
p { color: rgb(218,224,110); }
H1.HeaderClassName
{
color: #DAE06E;
}
.AnyTagClassName
{
color: #DAE06E;
}
</style>
background-color css
<style>
a { background-color: #DAE06E; }
a { background-color: rgb(218,224,110); }
div.DivClassName
{
background-color: #DAE06E;
}
.BgClassName
{
background-color: #DAE06E;
}
</style>
border-color css
<style>
span { border-color: #DAE06E; }
span { border-color: rgb(218,224,110); }
td.TdClassName
{
border-color: #DAE06E;
}
.TagClassName
{
border-color: #DAE06E;
}
</style>