Shades of Goldenrod #DEE26C
Tints of Goldenrod #DEE26C
RGB
CMYK
RGB Variations
Color information
#DEE26C (or 0xDEE26C) is known color: Goldenrod. HEX triplet: DE, E2 and 6C. RGB value is (222,226,108). Sum of RGB (Red+Green+Blue) = 222+226+108=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE26C is #211D93. Grayscale: #D3D3D3. Windows color (decimal): -2170260 or 7135966. OLE color: 7135966.
HSL color Cylindrical-coordinate representation of color #DEE26C: hue angle of 62.03º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE26C is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 108 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.11 |
| HSL | 62.03º | 0.67% | 0.65% | - |
| HSV(B) | 62.03º | 0.52% | 0.89% | - |
| XYZ | 60.03 | 71.01 | 24.73 | - |
| YUV | 211.35 | 69.67 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 108 | 0.02 | 0 | 0.52 | 0.11 | 62.03 | 0.67 | 0.65 |
| Hex | DE | E2 | 6C | 2 | 0 | 34 | B | 3E | 43 | 41 |
| Octal | 336 | 342 | 154 | 2 | 0 | 64 | 13 | 76 | 103 | 101 |
| Binary | 11011110 | 11100010 | 1101100 | 10 | 0 | 110100 | 1011 | 111110 | 1000011 | 1000001 |
Color Harmonies of #DEE26C
Complementary color
Monochromatic Colors of #DEE26C
Black with #DEE26C
Text Example
Text Example
White with #DEE26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE26C; }
p { color: rgb(222,226,108); }
H1.HeaderClassName
{
color: #DEE26C;
}
.AnyTagClassName
{
color: #DEE26C;
}
</style>
background-color css
<style>
a { background-color: #DEE26C; }
a { background-color: rgb(222,226,108); }
div.DivClassName
{
background-color: #DEE26C;
}
.BgClassName
{
background-color: #DEE26C;
}
</style>
border-color css
<style>
span { border-color: #DEE26C; }
span { border-color: rgb(222,226,108); }
td.TdClassName
{
border-color: #DEE26C;
}
.TagClassName
{
border-color: #DEE26C;
}
</style>