Shades of Equator #DEB660
Tints of Equator #DEB660
RGB
CMYK
RGB Variations
Color information
#DEB660 (or 0xDEB660) is known color: Equator. HEX triplet: DE, B6 and 60. RGB value is (222,182,96). Sum of RGB (Red+Green+Blue) = 222+182+96=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB660 is #21499F. Grayscale: #B8B8B8. Windows color (decimal): -2181536 or 6338270. OLE color: 6338270.
HSL color Cylindrical-coordinate representation of color #DEB660: hue angle of 40.95º 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 #DEB660 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 182 | 96 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.13 |
| HSL | 40.95º | 0.66% | 0.62% | - |
| HSV(B) | 40.95º | 0.57% | 0.87% | - |
| XYZ | 48.96 | 49.83 | 18.1 | - |
| YUV | 184.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 96 | 0 | 0.18 | 0.57 | 0.13 | 40.95 | 0.66 | 0.62 |
| Hex | DE | B6 | 60 | 0 | 12 | 39 | D | 29 | 42 | 3E |
| Octal | 336 | 266 | 140 | 0 | 22 | 71 | 15 | 51 | 102 | 76 |
| Binary | 11011110 | 10110110 | 1100000 | 0 | 10010 | 111001 | 1101 | 101001 | 1000010 | 111110 |
Color Harmonies of #DEB660
Complementary color
Monochromatic Colors of #DEB660
Black with #DEB660
Text Example
Text Example
White with #DEB660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB660; }
p { color: rgb(222,182,96); }
H1.HeaderClassName
{
color: #DEB660;
}
.AnyTagClassName
{
color: #DEB660;
}
</style>
background-color css
<style>
a { background-color: #DEB660; }
a { background-color: rgb(222,182,96); }
div.DivClassName
{
background-color: #DEB660;
}
.BgClassName
{
background-color: #DEB660;
}
</style>
border-color css
<style>
span { border-color: #DEB660; }
span { border-color: rgb(222,182,96); }
td.TdClassName
{
border-color: #DEB660;
}
.TagClassName
{
border-color: #DEB660;
}
</style>