Shades of Goldenrod #DEE272
Tints of Goldenrod #DEE272
RGB
CMYK
RGB Variations
Color information
#DEE272 (or 0xDEE272) is known color: Goldenrod. HEX triplet: DE, E2 and 72. RGB value is (222,226,114). Sum of RGB (Red+Green+Blue) = 222+226+114=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE272 is #211D8D. Grayscale: #D4D4D4. Windows color (decimal): -2170254 or 7529182. OLE color: 7529182.
HSL color Cylindrical-coordinate representation of color #DEE272: hue angle of 62.14º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEE272 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 114 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.11 |
| HSL | 62.14º | 0.66% | 0.67% | - |
| HSV(B) | 62.14º | 0.5% | 0.89% | - |
| XYZ | 60.36 | 71.14 | 26.47 | - |
| YUV | 212.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 114 | 0.02 | 0 | 0.50 | 0.11 | 62.14 | 0.66 | 0.67 |
| Hex | DE | E2 | 72 | 2 | 0 | 32 | B | 3E | 42 | 43 |
| Octal | 336 | 342 | 162 | 2 | 0 | 62 | 13 | 76 | 102 | 103 |
| Binary | 11011110 | 11100010 | 1110010 | 10 | 0 | 110010 | 1011 | 111110 | 1000010 | 1000011 |
Color Harmonies of #DEE272
Complementary color
Monochromatic Colors of #DEE272
Black with #DEE272
Text Example
Text Example
White with #DEE272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE272; }
p { color: rgb(222,226,114); }
H1.HeaderClassName
{
color: #DEE272;
}
.AnyTagClassName
{
color: #DEE272;
}
</style>
background-color css
<style>
a { background-color: #DEE272; }
a { background-color: rgb(222,226,114); }
div.DivClassName
{
background-color: #DEE272;
}
.BgClassName
{
background-color: #DEE272;
}
</style>
border-color css
<style>
span { border-color: #DEE272; }
span { border-color: rgb(222,226,114); }
td.TdClassName
{
border-color: #DEE272;
}
.TagClassName
{
border-color: #DEE272;
}
</style>