Shades of Goldenrod #DAE170
Tints of Goldenrod #DAE170
RGB
CMYK
RGB Variations
Color information
#DAE170 (or 0xDAE170) is known color: Goldenrod. HEX triplet: DA, E1 and 70. RGB value is (218,225,112). Sum of RGB (Red+Green+Blue) = 218+225+112=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE170 is #251E8F. Grayscale: #D2D2D2. Windows color (decimal): -2432656 or 7397850. OLE color: 7397850.
HSL color Cylindrical-coordinate representation of color #DAE170: hue angle of 63.72º 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 #DAE170 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 112 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.12 |
| HSL | 63.72º | 0.65% | 0.66% | - |
| HSV(B) | 63.72º | 0.5% | 0.88% | - |
| XYZ | 58.76 | 69.93 | 25.73 | - |
| YUV | 210.03 | 72.68 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 112 | 0.03 | 0 | 0.50 | 0.12 | 63.72 | 0.65 | 0.66 |
| Hex | DA | E1 | 70 | 3 | 0 | 32 | C | 40 | 41 | 42 |
| Octal | 332 | 341 | 160 | 3 | 0 | 62 | 14 | 100 | 101 | 102 |
| Binary | 11011010 | 11100001 | 1110000 | 11 | 0 | 110010 | 1100 | 1000000 | 1000001 | 1000010 |
Color Harmonies of #DAE170
Complementary color
Monochromatic Colors of #DAE170
Black with #DAE170
Text Example
Text Example
White with #DAE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE170; }
p { color: rgb(218,225,112); }
H1.HeaderClassName
{
color: #DAE170;
}
.AnyTagClassName
{
color: #DAE170;
}
</style>
background-color css
<style>
a { background-color: #DAE170; }
a { background-color: rgb(218,225,112); }
div.DivClassName
{
background-color: #DAE170;
}
.BgClassName
{
background-color: #DAE170;
}
</style>
border-color css
<style>
span { border-color: #DAE170; }
span { border-color: rgb(218,225,112); }
td.TdClassName
{
border-color: #DAE170;
}
.TagClassName
{
border-color: #DAE170;
}
</style>