Shades of Goldenrod #DEE064
Tints of Goldenrod #DEE064
RGB
CMYK
RGB Variations
Color information
#DEE064 (or 0xDEE064) is known color: Goldenrod. HEX triplet: DE, E0 and 64. RGB value is (222,224,100). Sum of RGB (Red+Green+Blue) = 222+224+100=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE064 is #211F9B. Grayscale: #D1D1D1. Windows color (decimal): -2170780 or 6611166. OLE color: 6611166.
HSL color Cylindrical-coordinate representation of color #DEE064: hue angle of 60.97º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEE064 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 100 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.12 |
| HSL | 60.97º | 0.67% | 0.64% | - |
| HSV(B) | 60.97º | 0.55% | 0.88% | - |
| XYZ | 59.08 | 69.76 | 22.41 | - |
| YUV | 209.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 100 | 0.01 | 0 | 0.55 | 0.12 | 60.97 | 0.67 | 0.64 |
| Hex | DE | E0 | 64 | 1 | 0 | 37 | C | 3D | 43 | 40 |
| Octal | 336 | 340 | 144 | 1 | 0 | 67 | 14 | 75 | 103 | 100 |
| Binary | 11011110 | 11100000 | 1100100 | 1 | 0 | 110111 | 1100 | 111101 | 1000011 | 1000000 |
Color Harmonies of #DEE064
Complementary color
Monochromatic Colors of #DEE064
Black with #DEE064
Text Example
Text Example
White with #DEE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE064; }
p { color: rgb(222,224,100); }
H1.HeaderClassName
{
color: #DEE064;
}
.AnyTagClassName
{
color: #DEE064;
}
</style>
background-color css
<style>
a { background-color: #DEE064; }
a { background-color: rgb(222,224,100); }
div.DivClassName
{
background-color: #DEE064;
}
.BgClassName
{
background-color: #DEE064;
}
</style>
border-color css
<style>
span { border-color: #DEE064; }
span { border-color: rgb(222,224,100); }
td.TdClassName
{
border-color: #DEE064;
}
.TagClassName
{
border-color: #DEE064;
}
</style>