Shades of Goldenrod #DAE16A
Tints of Goldenrod #DAE16A
RGB
CMYK
RGB Variations
Color information
#DAE16A (or 0xDAE16A) is known color: Goldenrod. HEX triplet: DA, E1 and 6A. RGB value is (218,225,106). Sum of RGB (Red+Green+Blue) = 218+225+106=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE16A is #251E95. Grayscale: #D1D1D1. Windows color (decimal): -2432662 or 7004634. OLE color: 7004634.
HSL color Cylindrical-coordinate representation of color #DAE16A: hue angle of 63.53º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAE16A is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 106 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.12 |
| HSL | 63.53º | 0.66% | 0.65% | - |
| HSV(B) | 63.53º | 0.53% | 0.88% | - |
| XYZ | 58.44 | 69.8 | 24.03 | - |
| YUV | 209.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 106 | 0.03 | 0 | 0.53 | 0.12 | 63.53 | 0.66 | 0.65 |
| Hex | DA | E1 | 6A | 3 | 0 | 35 | C | 40 | 42 | 41 |
| Octal | 332 | 341 | 152 | 3 | 0 | 65 | 14 | 100 | 102 | 101 |
| Binary | 11011010 | 11100001 | 1101010 | 11 | 0 | 110101 | 1100 | 1000000 | 1000010 | 1000001 |
Color Harmonies of #DAE16A
Complementary color
Monochromatic Colors of #DAE16A
Black with #DAE16A
Text Example
Text Example
White with #DAE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE16A; }
p { color: rgb(218,225,106); }
H1.HeaderClassName
{
color: #DAE16A;
}
.AnyTagClassName
{
color: #DAE16A;
}
</style>
background-color css
<style>
a { background-color: #DAE16A; }
a { background-color: rgb(218,225,106); }
div.DivClassName
{
background-color: #DAE16A;
}
.BgClassName
{
background-color: #DAE16A;
}
</style>
border-color css
<style>
span { border-color: #DAE16A; }
span { border-color: rgb(218,225,106); }
td.TdClassName
{
border-color: #DAE16A;
}
.TagClassName
{
border-color: #DAE16A;
}
</style>