Shades of Goldenrod #DEE16B
Tints of Goldenrod #DEE16B
RGB
CMYK
RGB Variations
Color information
#DEE16B (or 0xDEE16B) is known color: Goldenrod. HEX triplet: DE, E1 and 6B. RGB value is (222,225,107). Sum of RGB (Red+Green+Blue) = 222+225+107=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE16B is #211E94. Grayscale: #D3D3D3. Windows color (decimal): -2170517 or 7070174. OLE color: 7070174.
HSL color Cylindrical-coordinate representation of color #DEE16B: hue angle of 61.53º degrees, saturation: 0.66, 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 #DEE16B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 107 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.12 |
| HSL | 61.53º | 0.66% | 0.65% | - |
| HSV(B) | 61.53º | 0.52% | 0.88% | - |
| XYZ | 59.7 | 70.44 | 24.36 | - |
| YUV | 210.65 | 69.51 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 107 | 0.01 | 0 | 0.52 | 0.12 | 61.53 | 0.66 | 0.65 |
| Hex | DE | E1 | 6B | 1 | 0 | 34 | C | 3E | 42 | 41 |
| Octal | 336 | 341 | 153 | 1 | 0 | 64 | 14 | 76 | 102 | 101 |
| Binary | 11011110 | 11100001 | 1101011 | 1 | 0 | 110100 | 1100 | 111110 | 1000010 | 1000001 |
Color Harmonies of #DEE16B
Complementary color
Monochromatic Colors of #DEE16B
Black with #DEE16B
Text Example
Text Example
White with #DEE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE16B; }
p { color: rgb(222,225,107); }
H1.HeaderClassName
{
color: #DEE16B;
}
.AnyTagClassName
{
color: #DEE16B;
}
</style>
background-color css
<style>
a { background-color: #DEE16B; }
a { background-color: rgb(222,225,107); }
div.DivClassName
{
background-color: #DEE16B;
}
.BgClassName
{
background-color: #DEE16B;
}
</style>
border-color css
<style>
span { border-color: #DEE16B; }
span { border-color: rgb(222,225,107); }
td.TdClassName
{
border-color: #DEE16B;
}
.TagClassName
{
border-color: #DEE16B;
}
</style>