Shades of Equator #DEBC63
Tints of Equator #DEBC63
RGB
CMYK
RGB Variations
Color information
#DEBC63 (or 0xDEBC63) is known color: Equator. HEX triplet: DE, BC and 63. RGB value is (222,188,99). Sum of RGB (Red+Green+Blue) = 222+188+99=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC63 is #21439C. Grayscale: #BCBCBC. Windows color (decimal): -2179997 or 6536414. OLE color: 6536414.
HSL color Cylindrical-coordinate representation of color #DEBC63: hue angle of 43.41º 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 #DEBC63 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 99 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.13 |
| HSL | 43.41º | 0.65% | 0.63% | - |
| HSV(B) | 43.41º | 0.55% | 0.87% | - |
| XYZ | 50.36 | 52.4 | 19.26 | - |
| YUV | 188.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 99 | 0 | 0.15 | 0.55 | 0.13 | 43.41 | 0.65 | 0.63 |
| Hex | DE | BC | 63 | 0 | F | 37 | D | 2B | 41 | 3F |
| Octal | 336 | 274 | 143 | 0 | 17 | 67 | 15 | 53 | 101 | 77 |
| Binary | 11011110 | 10111100 | 1100011 | 0 | 1111 | 110111 | 1101 | 101011 | 1000001 | 111111 |
Color Harmonies of #DEBC63
Complementary color
Monochromatic Colors of #DEBC63
Black with #DEBC63
Text Example
Text Example
White with #DEBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC63; }
p { color: rgb(222,188,99); }
H1.HeaderClassName
{
color: #DEBC63;
}
.AnyTagClassName
{
color: #DEBC63;
}
</style>
background-color css
<style>
a { background-color: #DEBC63; }
a { background-color: rgb(222,188,99); }
div.DivClassName
{
background-color: #DEBC63;
}
.BgClassName
{
background-color: #DEBC63;
}
</style>
border-color css
<style>
span { border-color: #DEBC63; }
span { border-color: rgb(222,188,99); }
td.TdClassName
{
border-color: #DEBC63;
}
.TagClassName
{
border-color: #DEBC63;
}
</style>