Shades of Goldenrod #DEE07B
Tints of Goldenrod #DEE07B
RGB
CMYK
RGB Variations
Color information
#DEE07B (or 0xDEE07B) is known color: Goldenrod. HEX triplet: DE, E0 and 7B. RGB value is (222,224,123). Sum of RGB (Red+Green+Blue) = 222+224+123=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE07B is #211F84. Grayscale: #D4D4D4. Windows color (decimal): -2170757 or 8118494. OLE color: 8118494.
HSL color Cylindrical-coordinate representation of color #DEE07B: hue angle of 61.19º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEE07B is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 123 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.12 |
| HSL | 61.19º | 0.62% | 0.68% | - |
| HSV(B) | 61.19º | 0.45% | 0.88% | - |
| XYZ | 60.36 | 70.27 | 29.12 | - |
| YUV | 211.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 123 | 0.01 | 0 | 0.45 | 0.12 | 61.19 | 0.62 | 0.68 |
| Hex | DE | E0 | 7B | 1 | 0 | 2D | C | 3D | 3E | 44 |
| Octal | 336 | 340 | 173 | 1 | 0 | 55 | 14 | 75 | 76 | 104 |
| Binary | 11011110 | 11100000 | 1111011 | 1 | 0 | 101101 | 1100 | 111101 | 111110 | 1000100 |
Color Harmonies of #DEE07B
Complementary color
Monochromatic Colors of #DEE07B
Black with #DEE07B
Text Example
Text Example
White with #DEE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE07B; }
p { color: rgb(222,224,123); }
H1.HeaderClassName
{
color: #DEE07B;
}
.AnyTagClassName
{
color: #DEE07B;
}
</style>
background-color css
<style>
a { background-color: #DEE07B; }
a { background-color: rgb(222,224,123); }
div.DivClassName
{
background-color: #DEE07B;
}
.BgClassName
{
background-color: #DEE07B;
}
</style>
border-color css
<style>
span { border-color: #DEE07B; }
span { border-color: rgb(222,224,123); }
td.TdClassName
{
border-color: #DEE07B;
}
.TagClassName
{
border-color: #DEE07B;
}
</style>