Shades of Goldenrod #DAE06F
Tints of Goldenrod #DAE06F
RGB
CMYK
RGB Variations
Color information
#DAE06F (or 0xDAE06F) is known color: Goldenrod. HEX triplet: DA, E0 and 6F. RGB value is (218,224,111). Sum of RGB (Red+Green+Blue) = 218+224+111=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE06F is #251F90. Grayscale: #D1D1D1. Windows color (decimal): -2432913 or 7332058. OLE color: 7332058.
HSL color Cylindrical-coordinate representation of color #DAE06F: hue angle of 63.19º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAE06F is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 111 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.12 |
| HSL | 63.19º | 0.65% | 0.66% | - |
| HSV(B) | 63.19º | 0.5% | 0.88% | - |
| XYZ | 58.44 | 69.36 | 25.35 | - |
| YUV | 209.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 111 | 0.03 | 0 | 0.50 | 0.12 | 63.19 | 0.65 | 0.66 |
| Hex | DA | E0 | 6F | 3 | 0 | 32 | C | 3F | 41 | 42 |
| Octal | 332 | 340 | 157 | 3 | 0 | 62 | 14 | 77 | 101 | 102 |
| Binary | 11011010 | 11100000 | 1101111 | 11 | 0 | 110010 | 1100 | 111111 | 1000001 | 1000010 |
Color Harmonies of #DAE06F
Complementary color
Monochromatic Colors of #DAE06F
Black with #DAE06F
Text Example
Text Example
White with #DAE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE06F; }
p { color: rgb(218,224,111); }
H1.HeaderClassName
{
color: #DAE06F;
}
.AnyTagClassName
{
color: #DAE06F;
}
</style>
background-color css
<style>
a { background-color: #DAE06F; }
a { background-color: rgb(218,224,111); }
div.DivClassName
{
background-color: #DAE06F;
}
.BgClassName
{
background-color: #DAE06F;
}
</style>
border-color css
<style>
span { border-color: #DAE06F; }
span { border-color: rgb(218,224,111); }
td.TdClassName
{
border-color: #DAE06F;
}
.TagClassName
{
border-color: #DAE06F;
}
</style>