Shades of Equator #DEBA63
Tints of Equator #DEBA63
RGB
CMYK
RGB Variations
Color information
#DEBA63 (or 0xDEBA63) is known color: Equator. HEX triplet: DE, BA and 63. RGB value is (222,186,99). Sum of RGB (Red+Green+Blue) = 222+186+99=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA63 is #21459C. Grayscale: #BBBBBB. Windows color (decimal): -2180509 or 6535902. OLE color: 6535902.
HSL color Cylindrical-coordinate representation of color #DEBA63: hue angle of 42.44º 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 #DEBA63 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 99 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.13 |
| HSL | 42.44º | 0.65% | 0.63% | - |
| HSV(B) | 42.44º | 0.55% | 0.87% | - |
| XYZ | 49.94 | 51.55 | 19.12 | - |
| YUV | 186.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 99 | 0 | 0.16 | 0.55 | 0.13 | 42.44 | 0.65 | 0.63 |
| Hex | DE | BA | 63 | 0 | 10 | 37 | D | 2A | 41 | 3F |
| Octal | 336 | 272 | 143 | 0 | 20 | 67 | 15 | 52 | 101 | 77 |
| Binary | 11011110 | 10111010 | 1100011 | 0 | 10000 | 110111 | 1101 | 101010 | 1000001 | 111111 |
Color Harmonies of #DEBA63
Complementary color
Monochromatic Colors of #DEBA63
Black with #DEBA63
Text Example
Text Example
White with #DEBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA63; }
p { color: rgb(222,186,99); }
H1.HeaderClassName
{
color: #DEBA63;
}
.AnyTagClassName
{
color: #DEBA63;
}
</style>
background-color css
<style>
a { background-color: #DEBA63; }
a { background-color: rgb(222,186,99); }
div.DivClassName
{
background-color: #DEBA63;
}
.BgClassName
{
background-color: #DEBA63;
}
</style>
border-color css
<style>
span { border-color: #DEBA63; }
span { border-color: rgb(222,186,99); }
td.TdClassName
{
border-color: #DEBA63;
}
.TagClassName
{
border-color: #DEBA63;
}
</style>