Shades of Goldenrod #DAE168
Tints of Goldenrod #DAE168
RGB
CMYK
RGB Variations
Color information
#DAE168 (or 0xDAE168) is known color: Goldenrod. HEX triplet: DA, E1 and 68. RGB value is (218,225,104). Sum of RGB (Red+Green+Blue) = 218+225+104=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE168 is #251E97. Grayscale: #D1D1D1. Windows color (decimal): -2432664 or 6873562. OLE color: 6873562.
HSL color Cylindrical-coordinate representation of color #DAE168: hue angle of 63.47º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAE168 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 104 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.12 |
| HSL | 63.47º | 0.67% | 0.65% | - |
| HSV(B) | 63.47º | 0.54% | 0.88% | - |
| XYZ | 58.34 | 69.76 | 23.49 | - |
| YUV | 209.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 104 | 0.03 | 0 | 0.54 | 0.12 | 63.47 | 0.67 | 0.65 |
| Hex | DA | E1 | 68 | 3 | 0 | 36 | C | 3F | 43 | 41 |
| Octal | 332 | 341 | 150 | 3 | 0 | 66 | 14 | 77 | 103 | 101 |
| Binary | 11011010 | 11100001 | 1101000 | 11 | 0 | 110110 | 1100 | 111111 | 1000011 | 1000001 |
Color Harmonies of #DAE168
Complementary color
Monochromatic Colors of #DAE168
Black with #DAE168
Text Example
Text Example
White with #DAE168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE168; }
p { color: rgb(218,225,104); }
H1.HeaderClassName
{
color: #DAE168;
}
.AnyTagClassName
{
color: #DAE168;
}
</style>
background-color css
<style>
a { background-color: #DAE168; }
a { background-color: rgb(218,225,104); }
div.DivClassName
{
background-color: #DAE168;
}
.BgClassName
{
background-color: #DAE168;
}
</style>
border-color css
<style>
span { border-color: #DAE168; }
span { border-color: rgb(218,225,104); }
td.TdClassName
{
border-color: #DAE168;
}
.TagClassName
{
border-color: #DAE168;
}
</style>