Shades of Goldenrod #DEE375
Tints of Goldenrod #DEE375
RGB
CMYK
RGB Variations
Color information
#DEE375 (or 0xDEE375) is known color: Goldenrod. HEX triplet: DE, E3 and 75. RGB value is (222,227,117). Sum of RGB (Red+Green+Blue) = 222+227+117=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE375 is #211C8A. Grayscale: #D5D5D5. Windows color (decimal): -2169995 or 7726046. OLE color: 7726046.
HSL color Cylindrical-coordinate representation of color #DEE375: hue angle of 62.73º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEE375 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 117 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.11 |
| HSL | 62.73º | 0.66% | 0.67% | - |
| HSV(B) | 62.73º | 0.48% | 0.89% | - |
| XYZ | 60.8 | 71.75 | 27.47 | - |
| YUV | 212.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 117 | 0.02 | 0 | 0.48 | 0.11 | 62.73 | 0.66 | 0.67 |
| Hex | DE | E3 | 75 | 2 | 0 | 30 | B | 3F | 42 | 43 |
| Octal | 336 | 343 | 165 | 2 | 0 | 60 | 13 | 77 | 102 | 103 |
| Binary | 11011110 | 11100011 | 1110101 | 10 | 0 | 110000 | 1011 | 111111 | 1000010 | 1000011 |
Color Harmonies of #DEE375
Complementary color
Monochromatic Colors of #DEE375
Black with #DEE375
Text Example
Text Example
White with #DEE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE375; }
p { color: rgb(222,227,117); }
H1.HeaderClassName
{
color: #DEE375;
}
.AnyTagClassName
{
color: #DEE375;
}
</style>
background-color css
<style>
a { background-color: #DEE375; }
a { background-color: rgb(222,227,117); }
div.DivClassName
{
background-color: #DEE375;
}
.BgClassName
{
background-color: #DEE375;
}
</style>
border-color css
<style>
span { border-color: #DEE375; }
span { border-color: rgb(222,227,117); }
td.TdClassName
{
border-color: #DEE375;
}
.TagClassName
{
border-color: #DEE375;
}
</style>