Shades of Equator #DEB75D
Tints of Equator #DEB75D
RGB
CMYK
RGB Variations
Color information
#DEB75D (or 0xDEB75D) is known color: Equator. HEX triplet: DE, B7 and 5D. RGB value is (222,183,93). Sum of RGB (Red+Green+Blue) = 222+183+93=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB75D is #2148A2. Grayscale: #B8B8B8. Windows color (decimal): -2181283 or 6141918. OLE color: 6141918.
HSL color Cylindrical-coordinate representation of color #DEB75D: hue angle of 41.86º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEB75D is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 93 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.13 |
| HSL | 41.86º | 0.66% | 0.62% | - |
| HSV(B) | 41.86º | 0.58% | 0.87% | - |
| XYZ | 49.03 | 50.19 | 17.46 | - |
| YUV | 184.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 93 | 0 | 0.18 | 0.58 | 0.13 | 41.86 | 0.66 | 0.62 |
| Hex | DE | B7 | 5D | 0 | 12 | 3A | D | 2A | 42 | 3E |
| Octal | 336 | 267 | 135 | 0 | 22 | 72 | 15 | 52 | 102 | 76 |
| Binary | 11011110 | 10110111 | 1011101 | 0 | 10010 | 111010 | 1101 | 101010 | 1000010 | 111110 |
Color Harmonies of #DEB75D
Complementary color
Monochromatic Colors of #DEB75D
Black with #DEB75D
Text Example
Text Example
White with #DEB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB75D; }
p { color: rgb(222,183,93); }
H1.HeaderClassName
{
color: #DEB75D;
}
.AnyTagClassName
{
color: #DEB75D;
}
</style>
background-color css
<style>
a { background-color: #DEB75D; }
a { background-color: rgb(222,183,93); }
div.DivClassName
{
background-color: #DEB75D;
}
.BgClassName
{
background-color: #DEB75D;
}
</style>
border-color css
<style>
span { border-color: #DEB75D; }
span { border-color: rgb(222,183,93); }
td.TdClassName
{
border-color: #DEB75D;
}
.TagClassName
{
border-color: #DEB75D;
}
</style>