Shades of Goldenrod #DEE17D
Tints of Goldenrod #DEE17D
RGB
CMYK
RGB Variations
Color information
#DEE17D (or 0xDEE17D) is known color: Goldenrod. HEX triplet: DE, E1 and 7D. RGB value is (222,225,125). Sum of RGB (Red+Green+Blue) = 222+225+125=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE17D is #211E82. Grayscale: #D5D5D5. Windows color (decimal): -2170499 or 8249822. OLE color: 8249822.
HSL color Cylindrical-coordinate representation of color #DEE17D: hue angle of 61.8º 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 #DEE17D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 125 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.12 |
| HSL | 61.8º | 0.63% | 0.69% | - |
| HSV(B) | 61.8º | 0.44% | 0.88% | - |
| XYZ | 60.75 | 70.86 | 29.88 | - |
| YUV | 212.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 125 | 0.01 | 0 | 0.44 | 0.12 | 61.8 | 0.63 | 0.69 |
| Hex | DE | E1 | 7D | 1 | 0 | 2C | C | 3E | 3E | 45 |
| Octal | 336 | 341 | 175 | 1 | 0 | 54 | 14 | 76 | 76 | 105 |
| Binary | 11011110 | 11100001 | 1111101 | 1 | 0 | 101100 | 1100 | 111110 | 111110 | 1000101 |
Color Harmonies of #DEE17D
Complementary color
Monochromatic Colors of #DEE17D
Black with #DEE17D
Text Example
Text Example
White with #DEE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE17D; }
p { color: rgb(222,225,125); }
H1.HeaderClassName
{
color: #DEE17D;
}
.AnyTagClassName
{
color: #DEE17D;
}
</style>
background-color css
<style>
a { background-color: #DEE17D; }
a { background-color: rgb(222,225,125); }
div.DivClassName
{
background-color: #DEE17D;
}
.BgClassName
{
background-color: #DEE17D;
}
</style>
border-color css
<style>
span { border-color: #DEE17D; }
span { border-color: rgb(222,225,125); }
td.TdClassName
{
border-color: #DEE17D;
}
.TagClassName
{
border-color: #DEE17D;
}
</style>