Shades of Goldenrod #DEE37B
Tints of Goldenrod #DEE37B
RGB
CMYK
RGB Variations
Color information
#DEE37B (or 0xDEE37B) is known color: Goldenrod. HEX triplet: DE, E3 and 7B. RGB value is (222,227,123). Sum of RGB (Red+Green+Blue) = 222+227+123=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE37B is #211C84. Grayscale: #D6D6D6. Windows color (decimal): -2169989 or 8119262. OLE color: 8119262.
HSL color Cylindrical-coordinate representation of color #DEE37B: hue angle of 62.88º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEE37B is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 123 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.11 |
| HSL | 62.88º | 0.65% | 0.69% | - |
| HSV(B) | 62.88º | 0.46% | 0.89% | - |
| XYZ | 61.17 | 71.9 | 29.39 | - |
| YUV | 213.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 123 | 0.02 | 0 | 0.46 | 0.11 | 62.88 | 0.65 | 0.69 |
| Hex | DE | E3 | 7B | 2 | 0 | 2E | B | 3F | 41 | 45 |
| Octal | 336 | 343 | 173 | 2 | 0 | 56 | 13 | 77 | 101 | 105 |
| Binary | 11011110 | 11100011 | 1111011 | 10 | 0 | 101110 | 1011 | 111111 | 1000001 | 1000101 |
Color Harmonies of #DEE37B
Complementary color
Monochromatic Colors of #DEE37B
Black with #DEE37B
Text Example
Text Example
White with #DEE37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE37B; }
p { color: rgb(222,227,123); }
H1.HeaderClassName
{
color: #DEE37B;
}
.AnyTagClassName
{
color: #DEE37B;
}
</style>
background-color css
<style>
a { background-color: #DEE37B; }
a { background-color: rgb(222,227,123); }
div.DivClassName
{
background-color: #DEE37B;
}
.BgClassName
{
background-color: #DEE37B;
}
</style>
border-color css
<style>
span { border-color: #DEE37B; }
span { border-color: rgb(222,227,123); }
td.TdClassName
{
border-color: #DEE37B;
}
.TagClassName
{
border-color: #DEE37B;
}
</style>