Shades of Equator #DEB85B
Tints of Equator #DEB85B
RGB
CMYK
RGB Variations
Color information
#DEB85B (or 0xDEB85B) is known color: Equator. HEX triplet: DE, B8 and 5B. RGB value is (222,184,91). Sum of RGB (Red+Green+Blue) = 222+184+91=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB85B is #2147A4. Grayscale: #B9B9B9. Windows color (decimal): -2181029 or 6011102. OLE color: 6011102.
HSL color Cylindrical-coordinate representation of color #DEB85B: hue angle of 42.6º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEB85B is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 184 | 91 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.13 |
| HSL | 42.6º | 0.66% | 0.61% | - |
| HSV(B) | 42.6º | 0.59% | 0.87% | - |
| XYZ | 49.15 | 50.57 | 17.07 | - |
| YUV | 184.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 91 | 0 | 0.17 | 0.59 | 0.13 | 42.6 | 0.66 | 0.61 |
| Hex | DE | B8 | 5B | 0 | 11 | 3B | D | 2B | 42 | 3D |
| Octal | 336 | 270 | 133 | 0 | 21 | 73 | 15 | 53 | 102 | 75 |
| Binary | 11011110 | 10111000 | 1011011 | 0 | 10001 | 111011 | 1101 | 101011 | 1000010 | 111101 |
Color Harmonies of #DEB85B
Complementary color
Monochromatic Colors of #DEB85B
Black with #DEB85B
Text Example
Text Example
White with #DEB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB85B; }
p { color: rgb(222,184,91); }
H1.HeaderClassName
{
color: #DEB85B;
}
.AnyTagClassName
{
color: #DEB85B;
}
</style>
background-color css
<style>
a { background-color: #DEB85B; }
a { background-color: rgb(222,184,91); }
div.DivClassName
{
background-color: #DEB85B;
}
.BgClassName
{
background-color: #DEB85B;
}
</style>
border-color css
<style>
span { border-color: #DEB85B; }
span { border-color: rgb(222,184,91); }
td.TdClassName
{
border-color: #DEB85B;
}
.TagClassName
{
border-color: #DEB85B;
}
</style>