Shades of Equator #DEBB60
Tints of Equator #DEBB60
RGB
CMYK
RGB Variations
Color information
#DEBB60 (or 0xDEBB60) is known color: Equator. HEX triplet: DE, BB and 60. RGB value is (222,187,96). Sum of RGB (Red+Green+Blue) = 222+187+96=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB60 is #21449F. Grayscale: #BBBBBB. Windows color (decimal): -2180256 or 6339550. OLE color: 6339550.
HSL color Cylindrical-coordinate representation of color #DEBB60: hue angle of 43.33º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEBB60 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 96 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.13 |
| HSL | 43.33º | 0.66% | 0.62% | - |
| HSV(B) | 43.33º | 0.57% | 0.87% | - |
| XYZ | 50.01 | 51.91 | 18.45 | - |
| YUV | 187.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 96 | 0 | 0.16 | 0.57 | 0.13 | 43.33 | 0.66 | 0.62 |
| Hex | DE | BB | 60 | 0 | 10 | 39 | D | 2B | 42 | 3E |
| Octal | 336 | 273 | 140 | 0 | 20 | 71 | 15 | 53 | 102 | 76 |
| Binary | 11011110 | 10111011 | 1100000 | 0 | 10000 | 111001 | 1101 | 101011 | 1000010 | 111110 |
Color Harmonies of #DEBB60
Complementary color
Monochromatic Colors of #DEBB60
Black with #DEBB60
Text Example
Text Example
White with #DEBB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB60; }
p { color: rgb(222,187,96); }
H1.HeaderClassName
{
color: #DEBB60;
}
.AnyTagClassName
{
color: #DEBB60;
}
</style>
background-color css
<style>
a { background-color: #DEBB60; }
a { background-color: rgb(222,187,96); }
div.DivClassName
{
background-color: #DEBB60;
}
.BgClassName
{
background-color: #DEBB60;
}
</style>
border-color css
<style>
span { border-color: #DEBB60; }
span { border-color: rgb(222,187,96); }
td.TdClassName
{
border-color: #DEBB60;
}
.TagClassName
{
border-color: #DEBB60;
}
</style>