Shades of Goldenrod #DEE27B
Tints of Goldenrod #DEE27B
RGB
CMYK
RGB Variations
Color information
#DEE27B (or 0xDEE27B) is known color: Goldenrod. HEX triplet: DE, E2 and 7B. RGB value is (222,226,123). Sum of RGB (Red+Green+Blue) = 222+226+123=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE27B is #211D84. Grayscale: #D5D5D5. Windows color (decimal): -2170245 or 8119006. OLE color: 8119006.
HSL color Cylindrical-coordinate representation of color #DEE27B: hue angle of 62.33º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEE27B is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 123 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.11 |
| HSL | 62.33º | 0.64% | 0.68% | - |
| HSV(B) | 62.33º | 0.46% | 0.89% | - |
| XYZ | 60.9 | 71.35 | 29.3 | - |
| YUV | 213.06 | 77.17 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 123 | 0.02 | 0 | 0.46 | 0.11 | 62.33 | 0.64 | 0.68 |
| Hex | DE | E2 | 7B | 2 | 0 | 2E | B | 3E | 40 | 44 |
| Octal | 336 | 342 | 173 | 2 | 0 | 56 | 13 | 76 | 100 | 104 |
| Binary | 11011110 | 11100010 | 1111011 | 10 | 0 | 101110 | 1011 | 111110 | 1000000 | 1000100 |
Color Harmonies of #DEE27B
Complementary color
Monochromatic Colors of #DEE27B
Black with #DEE27B
Text Example
Text Example
White with #DEE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE27B; }
p { color: rgb(222,226,123); }
H1.HeaderClassName
{
color: #DEE27B;
}
.AnyTagClassName
{
color: #DEE27B;
}
</style>
background-color css
<style>
a { background-color: #DEE27B; }
a { background-color: rgb(222,226,123); }
div.DivClassName
{
background-color: #DEE27B;
}
.BgClassName
{
background-color: #DEE27B;
}
</style>
border-color css
<style>
span { border-color: #DEE27B; }
span { border-color: rgb(222,226,123); }
td.TdClassName
{
border-color: #DEE27B;
}
.TagClassName
{
border-color: #DEE27B;
}
</style>