Shades of Goldenrod #DAE160
Tints of Goldenrod #DAE160
RGB
CMYK
RGB Variations
Color information
#DAE160 (or 0xDAE160) is known color: Goldenrod. HEX triplet: DA, E1 and 60. RGB value is (218,225,96). Sum of RGB (Red+Green+Blue) = 218+225+96=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE160 is #251E9F. Grayscale: #D0D0D0. Windows color (decimal): -2432672 or 6349274. OLE color: 6349274.
HSL color Cylindrical-coordinate representation of color #DAE160: hue angle of 63.26º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAE160 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 96 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.12 |
| HSL | 63.26º | 0.68% | 0.63% | - |
| HSV(B) | 63.26º | 0.57% | 0.88% | - |
| XYZ | 57.95 | 69.6 | 21.45 | - |
| YUV | 208.2 | 64.68 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 96 | 0.03 | 0 | 0.57 | 0.12 | 63.26 | 0.68 | 0.63 |
| Hex | DA | E1 | 60 | 3 | 0 | 39 | C | 3F | 44 | 3F |
| Octal | 332 | 341 | 140 | 3 | 0 | 71 | 14 | 77 | 104 | 77 |
| Binary | 11011010 | 11100001 | 1100000 | 11 | 0 | 111001 | 1100 | 111111 | 1000100 | 111111 |
Color Harmonies of #DAE160
Complementary color
Monochromatic Colors of #DAE160
Black with #DAE160
Text Example
Text Example
White with #DAE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE160; }
p { color: rgb(218,225,96); }
H1.HeaderClassName
{
color: #DAE160;
}
.AnyTagClassName
{
color: #DAE160;
}
</style>
background-color css
<style>
a { background-color: #DAE160; }
a { background-color: rgb(218,225,96); }
div.DivClassName
{
background-color: #DAE160;
}
.BgClassName
{
background-color: #DAE160;
}
</style>
border-color css
<style>
span { border-color: #DAE160; }
span { border-color: rgb(218,225,96); }
td.TdClassName
{
border-color: #DAE160;
}
.TagClassName
{
border-color: #DAE160;
}
</style>