Shades of Equator #DEBC64
Tints of Equator #DEBC64
RGB
CMYK
RGB Variations
Color information
#DEBC64 (or 0xDEBC64) is known color: Equator. HEX triplet: DE, BC and 64. RGB value is (222,188,100). Sum of RGB (Red+Green+Blue) = 222+188+100=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC64 is #21439B. Grayscale: #BCBCBC. Windows color (decimal): -2179996 or 6601950. OLE color: 6601950.
HSL color Cylindrical-coordinate representation of color #DEBC64: hue angle of 43.28º 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 #DEBC64 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 100 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.13 |
| HSL | 43.28º | 0.65% | 0.63% | - |
| HSV(B) | 43.28º | 0.55% | 0.87% | - |
| XYZ | 50.41 | 52.42 | 19.52 | - |
| YUV | 188.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 100 | 0 | 0.15 | 0.55 | 0.13 | 43.28 | 0.65 | 0.63 |
| Hex | DE | BC | 64 | 0 | F | 37 | D | 2B | 41 | 3F |
| Octal | 336 | 274 | 144 | 0 | 17 | 67 | 15 | 53 | 101 | 77 |
| Binary | 11011110 | 10111100 | 1100100 | 0 | 1111 | 110111 | 1101 | 101011 | 1000001 | 111111 |
Color Harmonies of #DEBC64
Complementary color
Monochromatic Colors of #DEBC64
Black with #DEBC64
Text Example
Text Example
White with #DEBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC64; }
p { color: rgb(222,188,100); }
H1.HeaderClassName
{
color: #DEBC64;
}
.AnyTagClassName
{
color: #DEBC64;
}
</style>
background-color css
<style>
a { background-color: #DEBC64; }
a { background-color: rgb(222,188,100); }
div.DivClassName
{
background-color: #DEBC64;
}
.BgClassName
{
background-color: #DEBC64;
}
</style>
border-color css
<style>
span { border-color: #DEBC64; }
span { border-color: rgb(222,188,100); }
td.TdClassName
{
border-color: #DEBC64;
}
.TagClassName
{
border-color: #DEBC64;
}
</style>