Shades of Equator #DEB466
Tints of Equator #DEB466
RGB
CMYK
RGB Variations
Color information
#DEB466 (or 0xDEB466) is known color: Equator. HEX triplet: DE, B4 and 66. RGB value is (222,180,102). Sum of RGB (Red+Green+Blue) = 222+180+102=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB466 is #214B99. Grayscale: #B8B8B8. Windows color (decimal): -2182042 or 6730974. OLE color: 6730974.
HSL color Cylindrical-coordinate representation of color #DEB466: hue angle of 39º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEB466 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 102 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.13 |
| HSL | 39º | 0.65% | 0.64% | - |
| HSV(B) | 39º | 0.54% | 0.87% | - |
| XYZ | 48.84 | 49.13 | 19.48 | - |
| YUV | 183.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 102 | 0 | 0.19 | 0.54 | 0.13 | 39 | 0.65 | 0.64 |
| Hex | DE | B4 | 66 | 0 | 13 | 36 | D | 27 | 41 | 40 |
| Octal | 336 | 264 | 146 | 0 | 23 | 66 | 15 | 47 | 101 | 100 |
| Binary | 11011110 | 10110100 | 1100110 | 0 | 10011 | 110110 | 1101 | 100111 | 1000001 | 1000000 |
Color Harmonies of #DEB466
Complementary color
Monochromatic Colors of #DEB466
Black with #DEB466
Text Example
Text Example
White with #DEB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB466; }
p { color: rgb(222,180,102); }
H1.HeaderClassName
{
color: #DEB466;
}
.AnyTagClassName
{
color: #DEB466;
}
</style>
background-color css
<style>
a { background-color: #DEB466; }
a { background-color: rgb(222,180,102); }
div.DivClassName
{
background-color: #DEB466;
}
.BgClassName
{
background-color: #DEB466;
}
</style>
border-color css
<style>
span { border-color: #DEB466; }
span { border-color: rgb(222,180,102); }
td.TdClassName
{
border-color: #DEB466;
}
.TagClassName
{
border-color: #DEB466;
}
</style>