Shades of Goldenrod #DEE06A
Tints of Goldenrod #DEE06A
RGB
CMYK
RGB Variations
Color information
#DEE06A (or 0xDEE06A) is known color: Goldenrod. HEX triplet: DE, E0 and 6A. RGB value is (222,224,106). Sum of RGB (Red+Green+Blue) = 222+224+106=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE06A is #211F95. Grayscale: #D2D2D2. Windows color (decimal): -2170774 or 7004382. OLE color: 7004382.
HSL color Cylindrical-coordinate representation of color #DEE06A: hue angle of 61.02º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEE06A is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 106 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.12 |
| HSL | 61.02º | 0.66% | 0.65% | - |
| HSV(B) | 61.02º | 0.53% | 0.88% | - |
| XYZ | 59.38 | 69.88 | 23.99 | - |
| YUV | 209.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 106 | 0.01 | 0 | 0.53 | 0.12 | 61.02 | 0.66 | 0.65 |
| Hex | DE | E0 | 6A | 1 | 0 | 35 | C | 3D | 42 | 41 |
| Octal | 336 | 340 | 152 | 1 | 0 | 65 | 14 | 75 | 102 | 101 |
| Binary | 11011110 | 11100000 | 1101010 | 1 | 0 | 110101 | 1100 | 111101 | 1000010 | 1000001 |
Color Harmonies of #DEE06A
Complementary color
Monochromatic Colors of #DEE06A
Black with #DEE06A
Text Example
Text Example
White with #DEE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE06A; }
p { color: rgb(222,224,106); }
H1.HeaderClassName
{
color: #DEE06A;
}
.AnyTagClassName
{
color: #DEE06A;
}
</style>
background-color css
<style>
a { background-color: #DEE06A; }
a { background-color: rgb(222,224,106); }
div.DivClassName
{
background-color: #DEE06A;
}
.BgClassName
{
background-color: #DEE06A;
}
</style>
border-color css
<style>
span { border-color: #DEE06A; }
span { border-color: rgb(222,224,106); }
td.TdClassName
{
border-color: #DEE06A;
}
.TagClassName
{
border-color: #DEE06A;
}
</style>