Shades of Goldenrod #DEE06B
Tints of Goldenrod #DEE06B
RGB
CMYK
RGB Variations
Color information
#DEE06B (or 0xDEE06B) is known color: Goldenrod. HEX triplet: DE, E0 and 6B. RGB value is (222,224,107). Sum of RGB (Red+Green+Blue) = 222+224+107=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE06B is #211F94. Grayscale: #D2D2D2. Windows color (decimal): -2170773 or 7069918. OLE color: 7069918.
HSL color Cylindrical-coordinate representation of color #DEE06B: hue angle of 61.03º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE06B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 107 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.12 |
| HSL | 61.03º | 0.65% | 0.65% | - |
| HSV(B) | 61.03º | 0.52% | 0.88% | - |
| XYZ | 59.43 | 69.9 | 24.27 | - |
| YUV | 210.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 107 | 0.01 | 0 | 0.52 | 0.12 | 61.03 | 0.65 | 0.65 |
| Hex | DE | E0 | 6B | 1 | 0 | 34 | C | 3D | 41 | 41 |
| Octal | 336 | 340 | 153 | 1 | 0 | 64 | 14 | 75 | 101 | 101 |
| Binary | 11011110 | 11100000 | 1101011 | 1 | 0 | 110100 | 1100 | 111101 | 1000001 | 1000001 |
Color Harmonies of #DEE06B
Complementary color
Monochromatic Colors of #DEE06B
Black with #DEE06B
Text Example
Text Example
White with #DEE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE06B; }
p { color: rgb(222,224,107); }
H1.HeaderClassName
{
color: #DEE06B;
}
.AnyTagClassName
{
color: #DEE06B;
}
</style>
background-color css
<style>
a { background-color: #DEE06B; }
a { background-color: rgb(222,224,107); }
div.DivClassName
{
background-color: #DEE06B;
}
.BgClassName
{
background-color: #DEE06B;
}
</style>
border-color css
<style>
span { border-color: #DEE06B; }
span { border-color: rgb(222,224,107); }
td.TdClassName
{
border-color: #DEE06B;
}
.TagClassName
{
border-color: #DEE06B;
}
</style>