Shades of Goldenrod #DEE07F
Tints of Goldenrod #DEE07F
RGB
CMYK
RGB Variations
Color information
#DEE07F (or 0xDEE07F) is known color: Goldenrod. HEX triplet: DE, E0 and 7F. RGB value is (222,224,127). Sum of RGB (Red+Green+Blue) = 222+224+127=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE07F is #211F80. Grayscale: #D4D4D4. Windows color (decimal): -2170753 or 8380638. OLE color: 8380638.
HSL color Cylindrical-coordinate representation of color #DEE07F: hue angle of 61.24º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEE07F is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 127 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.12 |
| HSL | 61.24º | 0.61% | 0.69% | - |
| HSV(B) | 61.24º | 0.43% | 0.88% | - |
| XYZ | 60.61 | 70.37 | 30.47 | - |
| YUV | 212.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 127 | 0.01 | 0 | 0.43 | 0.12 | 61.24 | 0.61 | 0.69 |
| Hex | DE | E0 | 7F | 1 | 0 | 2B | C | 3D | 3D | 45 |
| Octal | 336 | 340 | 177 | 1 | 0 | 53 | 14 | 75 | 75 | 105 |
| Binary | 11011110 | 11100000 | 1111111 | 1 | 0 | 101011 | 1100 | 111101 | 111101 | 1000101 |
Color Harmonies of #DEE07F
Complementary color
Monochromatic Colors of #DEE07F
Black with #DEE07F
Text Example
Text Example
White with #DEE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE07F; }
p { color: rgb(222,224,127); }
H1.HeaderClassName
{
color: #DEE07F;
}
.AnyTagClassName
{
color: #DEE07F;
}
</style>
background-color css
<style>
a { background-color: #DEE07F; }
a { background-color: rgb(222,224,127); }
div.DivClassName
{
background-color: #DEE07F;
}
.BgClassName
{
background-color: #DEE07F;
}
</style>
border-color css
<style>
span { border-color: #DEE07F; }
span { border-color: rgb(222,224,127); }
td.TdClassName
{
border-color: #DEE07F;
}
.TagClassName
{
border-color: #DEE07F;
}
</style>