Shades of Goldenrod #DAE17F
Tints of Goldenrod #DAE17F
RGB
CMYK
RGB Variations
Color information
#DAE17F (or 0xDAE17F) is known color: Goldenrod. HEX triplet: DA, E1 and 7F. RGB value is (218,225,127). Sum of RGB (Red+Green+Blue) = 218+225+127=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE17F is #251E80. Grayscale: #D4D4D4. Windows color (decimal): -2432641 or 8380890. OLE color: 8380890.
HSL color Cylindrical-coordinate representation of color #DAE17F: hue angle of 64.29º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAE17F is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 127 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.12 |
| HSL | 64.29º | 0.62% | 0.69% | - |
| HSV(B) | 64.29º | 0.44% | 0.88% | - |
| XYZ | 59.67 | 70.29 | 30.5 | - |
| YUV | 211.74 | 80.18 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 127 | 0.03 | 0 | 0.44 | 0.12 | 64.29 | 0.62 | 0.69 |
| Hex | DA | E1 | 7F | 3 | 0 | 2C | C | 40 | 3E | 45 |
| Octal | 332 | 341 | 177 | 3 | 0 | 54 | 14 | 100 | 76 | 105 |
| Binary | 11011010 | 11100001 | 1111111 | 11 | 0 | 101100 | 1100 | 1000000 | 111110 | 1000101 |
Color Harmonies of #DAE17F
Complementary color
Monochromatic Colors of #DAE17F
Black with #DAE17F
Text Example
Text Example
White with #DAE17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE17F; }
p { color: rgb(218,225,127); }
H1.HeaderClassName
{
color: #DAE17F;
}
.AnyTagClassName
{
color: #DAE17F;
}
</style>
background-color css
<style>
a { background-color: #DAE17F; }
a { background-color: rgb(218,225,127); }
div.DivClassName
{
background-color: #DAE17F;
}
.BgClassName
{
background-color: #DAE17F;
}
</style>
border-color css
<style>
span { border-color: #DAE17F; }
span { border-color: rgb(218,225,127); }
td.TdClassName
{
border-color: #DAE17F;
}
.TagClassName
{
border-color: #DAE17F;
}
</style>