Shades of Goldenrod #DEE367
Tints of Goldenrod #DEE367
RGB
CMYK
RGB Variations
Color information
#DEE367 (or 0xDEE367) is known color: Goldenrod. HEX triplet: DE, E3 and 67. RGB value is (222,227,103). Sum of RGB (Red+Green+Blue) = 222+227+103=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE367 is #211C98. Grayscale: #D3D3D3. Windows color (decimal): -2170009 or 6808542. OLE color: 6808542.
HSL color Cylindrical-coordinate representation of color #DEE367: hue angle of 62.42º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEE367 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 103 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.11 |
| HSL | 62.42º | 0.69% | 0.65% | - |
| HSV(B) | 62.42º | 0.55% | 0.89% | - |
| XYZ | 60.04 | 71.45 | 23.46 | - |
| YUV | 211.37 | 66.84 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 103 | 0.02 | 0 | 0.55 | 0.11 | 62.42 | 0.69 | 0.65 |
| Hex | DE | E3 | 67 | 2 | 0 | 37 | B | 3E | 45 | 41 |
| Octal | 336 | 343 | 147 | 2 | 0 | 67 | 13 | 76 | 105 | 101 |
| Binary | 11011110 | 11100011 | 1100111 | 10 | 0 | 110111 | 1011 | 111110 | 1000101 | 1000001 |
Color Harmonies of #DEE367
Complementary color
Monochromatic Colors of #DEE367
Black with #DEE367
Text Example
Text Example
White with #DEE367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE367; }
p { color: rgb(222,227,103); }
H1.HeaderClassName
{
color: #DEE367;
}
.AnyTagClassName
{
color: #DEE367;
}
</style>
background-color css
<style>
a { background-color: #DEE367; }
a { background-color: rgb(222,227,103); }
div.DivClassName
{
background-color: #DEE367;
}
.BgClassName
{
background-color: #DEE367;
}
</style>
border-color css
<style>
span { border-color: #DEE367; }
span { border-color: rgb(222,227,103); }
td.TdClassName
{
border-color: #DEE367;
}
.TagClassName
{
border-color: #DEE367;
}
</style>