Shades of Goldenrod #DEE07A
Tints of Goldenrod #DEE07A
RGB
CMYK
RGB Variations
Color information
#DEE07A (or 0xDEE07A) is known color: Goldenrod. HEX triplet: DE, E0 and 7A. RGB value is (222,224,122). Sum of RGB (Red+Green+Blue) = 222+224+122=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE07A is #211F85. Grayscale: #D4D4D4. Windows color (decimal): -2170758 or 8052958. OLE color: 8052958.
HSL color Cylindrical-coordinate representation of color #DEE07A: hue angle of 61.18º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEE07A is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 122 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.12 |
| HSL | 61.18º | 0.62% | 0.68% | - |
| HSV(B) | 61.18º | 0.46% | 0.88% | - |
| XYZ | 60.29 | 70.25 | 28.79 | - |
| YUV | 211.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 122 | 0.01 | 0 | 0.46 | 0.12 | 61.18 | 0.62 | 0.68 |
| Hex | DE | E0 | 7A | 1 | 0 | 2E | C | 3D | 3E | 44 |
| Octal | 336 | 340 | 172 | 1 | 0 | 56 | 14 | 75 | 76 | 104 |
| Binary | 11011110 | 11100000 | 1111010 | 1 | 0 | 101110 | 1100 | 111101 | 111110 | 1000100 |
Color Harmonies of #DEE07A
Complementary color
Monochromatic Colors of #DEE07A
Black with #DEE07A
Text Example
Text Example
White with #DEE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE07A; }
p { color: rgb(222,224,122); }
H1.HeaderClassName
{
color: #DEE07A;
}
.AnyTagClassName
{
color: #DEE07A;
}
</style>
background-color css
<style>
a { background-color: #DEE07A; }
a { background-color: rgb(222,224,122); }
div.DivClassName
{
background-color: #DEE07A;
}
.BgClassName
{
background-color: #DEE07A;
}
</style>
border-color css
<style>
span { border-color: #DEE07A; }
span { border-color: rgb(222,224,122); }
td.TdClassName
{
border-color: #DEE07A;
}
.TagClassName
{
border-color: #DEE07A;
}
</style>