Shades of Equator #DEB765
Tints of Equator #DEB765
RGB
CMYK
RGB Variations
Color information
#DEB765 (or 0xDEB765) is known color: Equator. HEX triplet: DE, B7 and 65. RGB value is (222,183,101). Sum of RGB (Red+Green+Blue) = 222+183+101=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB765 is #21489A. Grayscale: #B9B9B9. Windows color (decimal): -2181275 or 6666206. OLE color: 6666206.
HSL color Cylindrical-coordinate representation of color #DEB765: hue angle of 40.66º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEB765 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 101 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.13 |
| HSL | 40.66º | 0.65% | 0.63% | - |
| HSV(B) | 40.66º | 0.55% | 0.87% | - |
| XYZ | 49.41 | 50.34 | 19.42 | - |
| YUV | 185.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 101 | 0 | 0.18 | 0.55 | 0.13 | 40.66 | 0.65 | 0.63 |
| Hex | DE | B7 | 65 | 0 | 12 | 37 | D | 29 | 41 | 3F |
| Octal | 336 | 267 | 145 | 0 | 22 | 67 | 15 | 51 | 101 | 77 |
| Binary | 11011110 | 10110111 | 1100101 | 0 | 10010 | 110111 | 1101 | 101001 | 1000001 | 111111 |
Color Harmonies of #DEB765
Complementary color
Monochromatic Colors of #DEB765
Black with #DEB765
Text Example
Text Example
White with #DEB765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB765; }
p { color: rgb(222,183,101); }
H1.HeaderClassName
{
color: #DEB765;
}
.AnyTagClassName
{
color: #DEB765;
}
</style>
background-color css
<style>
a { background-color: #DEB765; }
a { background-color: rgb(222,183,101); }
div.DivClassName
{
background-color: #DEB765;
}
.BgClassName
{
background-color: #DEB765;
}
</style>
border-color css
<style>
span { border-color: #DEB765; }
span { border-color: rgb(222,183,101); }
td.TdClassName
{
border-color: #DEB765;
}
.TagClassName
{
border-color: #DEB765;
}
</style>