Shades of Goldenrod #DAE171
Tints of Goldenrod #DAE171
RGB
CMYK
RGB Variations
Color information
#DAE171 (or 0xDAE171) is known color: Goldenrod. HEX triplet: DA, E1 and 71. RGB value is (218,225,113). Sum of RGB (Red+Green+Blue) = 218+225+113=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE171 is #251E8E. Grayscale: #D2D2D2. Windows color (decimal): -2432655 or 7463386. OLE color: 7463386.
HSL color Cylindrical-coordinate representation of color #DAE171: hue angle of 63.75º 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 #DAE171 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 113 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.12 |
| HSL | 63.75º | 0.65% | 0.66% | - |
| HSV(B) | 63.75º | 0.5% | 0.88% | - |
| XYZ | 58.82 | 69.95 | 26.02 | - |
| YUV | 210.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 113 | 0.03 | 0 | 0.50 | 0.12 | 63.75 | 0.65 | 0.66 |
| Hex | DA | E1 | 71 | 3 | 0 | 32 | C | 40 | 41 | 42 |
| Octal | 332 | 341 | 161 | 3 | 0 | 62 | 14 | 100 | 101 | 102 |
| Binary | 11011010 | 11100001 | 1110001 | 11 | 0 | 110010 | 1100 | 1000000 | 1000001 | 1000010 |
Color Harmonies of #DAE171
Complementary color
Monochromatic Colors of #DAE171
Black with #DAE171
Text Example
Text Example
White with #DAE171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE171; }
p { color: rgb(218,225,113); }
H1.HeaderClassName
{
color: #DAE171;
}
.AnyTagClassName
{
color: #DAE171;
}
</style>
background-color css
<style>
a { background-color: #DAE171; }
a { background-color: rgb(218,225,113); }
div.DivClassName
{
background-color: #DAE171;
}
.BgClassName
{
background-color: #DAE171;
}
</style>
border-color css
<style>
span { border-color: #DAE171; }
span { border-color: rgb(218,225,113); }
td.TdClassName
{
border-color: #DAE171;
}
.TagClassName
{
border-color: #DAE171;
}
</style>