Shades of Equator #DEBB63
Tints of Equator #DEBB63
RGB
CMYK
RGB Variations
Color information
#DEBB63 (or 0xDEBB63) is known color: Equator. HEX triplet: DE, BB and 63. RGB value is (222,187,99). Sum of RGB (Red+Green+Blue) = 222+187+99=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB63 is #21449C. Grayscale: #BBBBBB. Windows color (decimal): -2180253 or 6536158. OLE color: 6536158.
HSL color Cylindrical-coordinate representation of color #DEBB63: hue angle of 42.93º 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 #DEBB63 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 99 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.13 |
| HSL | 42.93º | 0.65% | 0.63% | - |
| HSV(B) | 42.93º | 0.55% | 0.87% | - |
| XYZ | 50.15 | 51.97 | 19.19 | - |
| YUV | 187.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 99 | 0 | 0.16 | 0.55 | 0.13 | 42.93 | 0.65 | 0.63 |
| Hex | DE | BB | 63 | 0 | 10 | 37 | D | 2B | 41 | 3F |
| Octal | 336 | 273 | 143 | 0 | 20 | 67 | 15 | 53 | 101 | 77 |
| Binary | 11011110 | 10111011 | 1100011 | 0 | 10000 | 110111 | 1101 | 101011 | 1000001 | 111111 |
Color Harmonies of #DEBB63
Complementary color
Monochromatic Colors of #DEBB63
Black with #DEBB63
Text Example
Text Example
White with #DEBB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB63; }
p { color: rgb(222,187,99); }
H1.HeaderClassName
{
color: #DEBB63;
}
.AnyTagClassName
{
color: #DEBB63;
}
</style>
background-color css
<style>
a { background-color: #DEBB63; }
a { background-color: rgb(222,187,99); }
div.DivClassName
{
background-color: #DEBB63;
}
.BgClassName
{
background-color: #DEBB63;
}
</style>
border-color css
<style>
span { border-color: #DEBB63; }
span { border-color: rgb(222,187,99); }
td.TdClassName
{
border-color: #DEBB63;
}
.TagClassName
{
border-color: #DEBB63;
}
</style>