Shades of Equator #DEBB64
Tints of Equator #DEBB64
RGB
CMYK
RGB Variations
Color information
#DEBB64 (or 0xDEBB64) is known color: Equator. HEX triplet: DE, BB and 64. RGB value is (222,187,100). Sum of RGB (Red+Green+Blue) = 222+187+100=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB64 is #21449B. Grayscale: #BBBBBB. Windows color (decimal): -2180252 or 6601694. OLE color: 6601694.
HSL color Cylindrical-coordinate representation of color #DEBB64: hue angle of 42.79º 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 #DEBB64 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 100 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.13 |
| HSL | 42.79º | 0.65% | 0.63% | - |
| HSV(B) | 42.79º | 0.55% | 0.87% | - |
| XYZ | 50.19 | 51.99 | 19.45 | - |
| YUV | 187.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 100 | 0 | 0.16 | 0.55 | 0.13 | 42.79 | 0.65 | 0.63 |
| Hex | DE | BB | 64 | 0 | 10 | 37 | D | 2B | 41 | 3F |
| Octal | 336 | 273 | 144 | 0 | 20 | 67 | 15 | 53 | 101 | 77 |
| Binary | 11011110 | 10111011 | 1100100 | 0 | 10000 | 110111 | 1101 | 101011 | 1000001 | 111111 |
Color Harmonies of #DEBB64
Complementary color
Monochromatic Colors of #DEBB64
Black with #DEBB64
Text Example
Text Example
White with #DEBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB64; }
p { color: rgb(222,187,100); }
H1.HeaderClassName
{
color: #DEBB64;
}
.AnyTagClassName
{
color: #DEBB64;
}
</style>
background-color css
<style>
a { background-color: #DEBB64; }
a { background-color: rgb(222,187,100); }
div.DivClassName
{
background-color: #DEBB64;
}
.BgClassName
{
background-color: #DEBB64;
}
</style>
border-color css
<style>
span { border-color: #DEBB64; }
span { border-color: rgb(222,187,100); }
td.TdClassName
{
border-color: #DEBB64;
}
.TagClassName
{
border-color: #DEBB64;
}
</style>