Shades of Goldenrod #DEE17B
Tints of Goldenrod #DEE17B
RGB
CMYK
RGB Variations
Color information
#DEE17B (or 0xDEE17B) is known color: Goldenrod. HEX triplet: DE, E1 and 7B. RGB value is (222,225,123). Sum of RGB (Red+Green+Blue) = 222+225+123=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE17B is #211E84. Grayscale: #D4D4D4. Windows color (decimal): -2170501 or 8118750. OLE color: 8118750.
HSL color Cylindrical-coordinate representation of color #DEE17B: hue angle of 61.76º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEE17B is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 123 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.12 |
| HSL | 61.76º | 0.63% | 0.68% | - |
| HSV(B) | 61.76º | 0.45% | 0.88% | - |
| XYZ | 60.62 | 70.81 | 29.21 | - |
| YUV | 212.48 | 77.51 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 123 | 0.01 | 0 | 0.45 | 0.12 | 61.76 | 0.63 | 0.68 |
| Hex | DE | E1 | 7B | 1 | 0 | 2D | C | 3E | 3F | 44 |
| Octal | 336 | 341 | 173 | 1 | 0 | 55 | 14 | 76 | 77 | 104 |
| Binary | 11011110 | 11100001 | 1111011 | 1 | 0 | 101101 | 1100 | 111110 | 111111 | 1000100 |
Color Harmonies of #DEE17B
Complementary color
Monochromatic Colors of #DEE17B
Black with #DEE17B
Text Example
Text Example
White with #DEE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE17B; }
p { color: rgb(222,225,123); }
H1.HeaderClassName
{
color: #DEE17B;
}
.AnyTagClassName
{
color: #DEE17B;
}
</style>
background-color css
<style>
a { background-color: #DEE17B; }
a { background-color: rgb(222,225,123); }
div.DivClassName
{
background-color: #DEE17B;
}
.BgClassName
{
background-color: #DEE17B;
}
</style>
border-color css
<style>
span { border-color: #DEE17B; }
span { border-color: rgb(222,225,123); }
td.TdClassName
{
border-color: #DEE17B;
}
.TagClassName
{
border-color: #DEE17B;
}
</style>