Shades of Equator #DEB366
Tints of Equator #DEB366
RGB
CMYK
RGB Variations
Color information
#DEB366 (or 0xDEB366) is known color: Equator. HEX triplet: DE, B3 and 66. RGB value is (222,179,102). Sum of RGB (Red+Green+Blue) = 222+179+102=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB366 is #214C99. Grayscale: #B7B7B7. Windows color (decimal): -2182298 or 6730718. OLE color: 6730718.
HSL color Cylindrical-coordinate representation of color #DEB366: hue angle of 38.5º 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 #DEB366 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 179 | 102 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.13 |
| HSL | 38.5º | 0.65% | 0.64% | - |
| HSV(B) | 38.5º | 0.54% | 0.87% | - |
| XYZ | 48.64 | 48.73 | 19.41 | - |
| YUV | 183.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 102 | 0 | 0.19 | 0.54 | 0.13 | 38.5 | 0.65 | 0.64 |
| Hex | DE | B3 | 66 | 0 | 13 | 36 | D | 26 | 41 | 40 |
| Octal | 336 | 263 | 146 | 0 | 23 | 66 | 15 | 46 | 101 | 100 |
| Binary | 11011110 | 10110011 | 1100110 | 0 | 10011 | 110110 | 1101 | 100110 | 1000001 | 1000000 |
Color Harmonies of #DEB366
Complementary color
Monochromatic Colors of #DEB366
Black with #DEB366
Text Example
Text Example
White with #DEB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB366; }
p { color: rgb(222,179,102); }
H1.HeaderClassName
{
color: #DEB366;
}
.AnyTagClassName
{
color: #DEB366;
}
</style>
background-color css
<style>
a { background-color: #DEB366; }
a { background-color: rgb(222,179,102); }
div.DivClassName
{
background-color: #DEB366;
}
.BgClassName
{
background-color: #DEB366;
}
</style>
border-color css
<style>
span { border-color: #DEB366; }
span { border-color: rgb(222,179,102); }
td.TdClassName
{
border-color: #DEB366;
}
.TagClassName
{
border-color: #DEB366;
}
</style>