Shades of Goldenrod #DEE175
Tints of Goldenrod #DEE175
RGB
CMYK
RGB Variations
Color information
#DEE175 (or 0xDEE175) is known color: Goldenrod. HEX triplet: DE, E1 and 75. RGB value is (222,225,117). Sum of RGB (Red+Green+Blue) = 222+225+117=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE175 is #211E8A. Grayscale: #D4D4D4. Windows color (decimal): -2170507 or 7725534. OLE color: 7725534.
HSL color Cylindrical-coordinate representation of color #DEE175: hue angle of 61.67º 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 #DEE175 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 117 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.12 |
| HSL | 61.67º | 0.64% | 0.67% | - |
| HSV(B) | 61.67º | 0.48% | 0.88% | - |
| XYZ | 60.26 | 70.66 | 27.29 | - |
| YUV | 211.79 | 74.51 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 117 | 0.01 | 0 | 0.48 | 0.12 | 61.67 | 0.64 | 0.67 |
| Hex | DE | E1 | 75 | 1 | 0 | 30 | C | 3E | 40 | 43 |
| Octal | 336 | 341 | 165 | 1 | 0 | 60 | 14 | 76 | 100 | 103 |
| Binary | 11011110 | 11100001 | 1110101 | 1 | 0 | 110000 | 1100 | 111110 | 1000000 | 1000011 |
Color Harmonies of #DEE175
Complementary color
Monochromatic Colors of #DEE175
Black with #DEE175
Text Example
Text Example
White with #DEE175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE175; }
p { color: rgb(222,225,117); }
H1.HeaderClassName
{
color: #DEE175;
}
.AnyTagClassName
{
color: #DEE175;
}
</style>
background-color css
<style>
a { background-color: #DEE175; }
a { background-color: rgb(222,225,117); }
div.DivClassName
{
background-color: #DEE175;
}
.BgClassName
{
background-color: #DEE175;
}
</style>
border-color css
<style>
span { border-color: #DEE175; }
span { border-color: rgb(222,225,117); }
td.TdClassName
{
border-color: #DEE175;
}
.TagClassName
{
border-color: #DEE175;
}
</style>