Shades of Goldenrod #DAE17D
Tints of Goldenrod #DAE17D
RGB
CMYK
RGB Variations
Color information
#DAE17D (or 0xDAE17D) is known color: Goldenrod. HEX triplet: DA, E1 and 7D. RGB value is (218,225,125). Sum of RGB (Red+Green+Blue) = 218+225+125=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE17D is #251E82. Grayscale: #D3D3D3. Windows color (decimal): -2432643 or 8249818. OLE color: 8249818.
HSL color Cylindrical-coordinate representation of color #DAE17D: hue angle of 64.2º 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 #DAE17D is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 125 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.12 |
| HSL | 64.2º | 0.63% | 0.69% | - |
| HSV(B) | 64.2º | 0.44% | 0.88% | - |
| XYZ | 59.54 | 70.24 | 29.82 | - |
| YUV | 211.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 125 | 0.03 | 0 | 0.44 | 0.12 | 64.2 | 0.63 | 0.69 |
| Hex | DA | E1 | 7D | 3 | 0 | 2C | C | 40 | 3E | 45 |
| Octal | 332 | 341 | 175 | 3 | 0 | 54 | 14 | 100 | 76 | 105 |
| Binary | 11011010 | 11100001 | 1111101 | 11 | 0 | 101100 | 1100 | 1000000 | 111110 | 1000101 |
Color Harmonies of #DAE17D
Complementary color
Monochromatic Colors of #DAE17D
Black with #DAE17D
Text Example
Text Example
White with #DAE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE17D; }
p { color: rgb(218,225,125); }
H1.HeaderClassName
{
color: #DAE17D;
}
.AnyTagClassName
{
color: #DAE17D;
}
</style>
background-color css
<style>
a { background-color: #DAE17D; }
a { background-color: rgb(218,225,125); }
div.DivClassName
{
background-color: #DAE17D;
}
.BgClassName
{
background-color: #DAE17D;
}
</style>
border-color css
<style>
span { border-color: #DAE17D; }
span { border-color: rgb(218,225,125); }
td.TdClassName
{
border-color: #DAE17D;
}
.TagClassName
{
border-color: #DAE17D;
}
</style>