Shades of Goldenrod #DAE16F
Tints of Goldenrod #DAE16F
RGB
CMYK
RGB Variations
Color information
#DAE16F (or 0xDAE16F) is known color: Goldenrod. HEX triplet: DA, E1 and 6F. RGB value is (218,225,111). Sum of RGB (Red+Green+Blue) = 218+225+111=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE16F is #251E90. Grayscale: #D2D2D2. Windows color (decimal): -2432657 or 7332314. OLE color: 7332314.
HSL color Cylindrical-coordinate representation of color #DAE16F: hue angle of 63.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAE16F is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 111 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.12 |
| HSL | 63.68º | 0.66% | 0.66% | - |
| HSV(B) | 63.68º | 0.51% | 0.88% | - |
| XYZ | 58.71 | 69.9 | 25.44 | - |
| YUV | 209.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 111 | 0.03 | 0 | 0.51 | 0.12 | 63.68 | 0.66 | 0.66 |
| Hex | DA | E1 | 6F | 3 | 0 | 33 | C | 40 | 42 | 42 |
| Octal | 332 | 341 | 157 | 3 | 0 | 63 | 14 | 100 | 102 | 102 |
| Binary | 11011010 | 11100001 | 1101111 | 11 | 0 | 110011 | 1100 | 1000000 | 1000010 | 1000010 |
Color Harmonies of #DAE16F
Complementary color
Monochromatic Colors of #DAE16F
Black with #DAE16F
Text Example
Text Example
White with #DAE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE16F; }
p { color: rgb(218,225,111); }
H1.HeaderClassName
{
color: #DAE16F;
}
.AnyTagClassName
{
color: #DAE16F;
}
</style>
background-color css
<style>
a { background-color: #DAE16F; }
a { background-color: rgb(218,225,111); }
div.DivClassName
{
background-color: #DAE16F;
}
.BgClassName
{
background-color: #DAE16F;
}
</style>
border-color css
<style>
span { border-color: #DAE16F; }
span { border-color: rgb(218,225,111); }
td.TdClassName
{
border-color: #DAE16F;
}
.TagClassName
{
border-color: #DAE16F;
}
</style>