Shades of Goldenrod #DEE365
Tints of Goldenrod #DEE365
RGB
CMYK
RGB Variations
Color information
#DEE365 (or 0xDEE365) is known color: Goldenrod. HEX triplet: DE, E3 and 65. RGB value is (222,227,101). Sum of RGB (Red+Green+Blue) = 222+227+101=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE365 is #211C9A. Grayscale: #D3D3D3. Windows color (decimal): -2170011 or 6677470. OLE color: 6677470.
HSL color Cylindrical-coordinate representation of color #DEE365: hue angle of 62.38º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEE365 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 101 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.11 |
| HSL | 62.38º | 0.69% | 0.64% | - |
| HSV(B) | 62.38º | 0.56% | 0.89% | - |
| XYZ | 59.94 | 71.41 | 22.94 | - |
| YUV | 211.14 | 65.84 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 101 | 0.02 | 0 | 0.56 | 0.11 | 62.38 | 0.69 | 0.64 |
| Hex | DE | E3 | 65 | 2 | 0 | 38 | B | 3E | 45 | 40 |
| Octal | 336 | 343 | 145 | 2 | 0 | 70 | 13 | 76 | 105 | 100 |
| Binary | 11011110 | 11100011 | 1100101 | 10 | 0 | 111000 | 1011 | 111110 | 1000101 | 1000000 |
Color Harmonies of #DEE365
Complementary color
Monochromatic Colors of #DEE365
Black with #DEE365
Text Example
Text Example
White with #DEE365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE365; }
p { color: rgb(222,227,101); }
H1.HeaderClassName
{
color: #DEE365;
}
.AnyTagClassName
{
color: #DEE365;
}
</style>
background-color css
<style>
a { background-color: #DEE365; }
a { background-color: rgb(222,227,101); }
div.DivClassName
{
background-color: #DEE365;
}
.BgClassName
{
background-color: #DEE365;
}
</style>
border-color css
<style>
span { border-color: #DEE365; }
span { border-color: rgb(222,227,101); }
td.TdClassName
{
border-color: #DEE365;
}
.TagClassName
{
border-color: #DEE365;
}
</style>