Shades of Goldenrod #DAE175
Tints of Goldenrod #DAE175
RGB
CMYK
RGB Variations
Color information
#DAE175 (or 0xDAE175) is known color: Goldenrod. HEX triplet: DA, E1 and 75. RGB value is (218,225,117). Sum of RGB (Red+Green+Blue) = 218+225+117=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE175 is #251E8A. Grayscale: #D3D3D3. Windows color (decimal): -2432651 or 7725530. OLE color: 7725530.
HSL color Cylindrical-coordinate representation of color #DAE175: hue angle of 63.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAE175 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 117 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.12 |
| HSL | 63.89º | 0.64% | 0.67% | - |
| HSV(B) | 63.89º | 0.48% | 0.88% | - |
| XYZ | 59.05 | 70.04 | 27.24 | - |
| YUV | 210.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 117 | 0.03 | 0 | 0.48 | 0.12 | 63.89 | 0.64 | 0.67 |
| Hex | DA | E1 | 75 | 3 | 0 | 30 | C | 40 | 40 | 43 |
| Octal | 332 | 341 | 165 | 3 | 0 | 60 | 14 | 100 | 100 | 103 |
| Binary | 11011010 | 11100001 | 1110101 | 11 | 0 | 110000 | 1100 | 1000000 | 1000000 | 1000011 |
Color Harmonies of #DAE175
Complementary color
Monochromatic Colors of #DAE175
Black with #DAE175
Text Example
Text Example
White with #DAE175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE175; }
p { color: rgb(218,225,117); }
H1.HeaderClassName
{
color: #DAE175;
}
.AnyTagClassName
{
color: #DAE175;
}
</style>
background-color css
<style>
a { background-color: #DAE175; }
a { background-color: rgb(218,225,117); }
div.DivClassName
{
background-color: #DAE175;
}
.BgClassName
{
background-color: #DAE175;
}
</style>
border-color css
<style>
span { border-color: #DAE175; }
span { border-color: rgb(218,225,117); }
td.TdClassName
{
border-color: #DAE175;
}
.TagClassName
{
border-color: #DAE175;
}
</style>