Shades of Equator #DEB65C
Tints of Equator #DEB65C
RGB
CMYK
RGB Variations
Color information
#DEB65C (or 0xDEB65C) is known color: Equator. HEX triplet: DE, B6 and 5C. RGB value is (222,182,92). Sum of RGB (Red+Green+Blue) = 222+182+92=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB65C is #2149A3. Grayscale: #B8B8B8. Windows color (decimal): -2181540 or 6076126. OLE color: 6076126.
HSL color Cylindrical-coordinate representation of color #DEB65C: hue angle of 41.54º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEB65C is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 182 | 92 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.13 |
| HSL | 41.54º | 0.66% | 0.62% | - |
| HSV(B) | 41.54º | 0.59% | 0.87% | - |
| XYZ | 48.78 | 49.76 | 17.16 | - |
| YUV | 183.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 92 | 0 | 0.18 | 0.59 | 0.13 | 41.54 | 0.66 | 0.62 |
| Hex | DE | B6 | 5C | 0 | 12 | 3B | D | 2A | 42 | 3E |
| Octal | 336 | 266 | 134 | 0 | 22 | 73 | 15 | 52 | 102 | 76 |
| Binary | 11011110 | 10110110 | 1011100 | 0 | 10010 | 111011 | 1101 | 101010 | 1000010 | 111110 |
Color Harmonies of #DEB65C
Complementary color
Monochromatic Colors of #DEB65C
Black with #DEB65C
Text Example
Text Example
White with #DEB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB65C; }
p { color: rgb(222,182,92); }
H1.HeaderClassName
{
color: #DEB65C;
}
.AnyTagClassName
{
color: #DEB65C;
}
</style>
background-color css
<style>
a { background-color: #DEB65C; }
a { background-color: rgb(222,182,92); }
div.DivClassName
{
background-color: #DEB65C;
}
.BgClassName
{
background-color: #DEB65C;
}
</style>
border-color css
<style>
span { border-color: #DEB65C; }
span { border-color: rgb(222,182,92); }
td.TdClassName
{
border-color: #DEB65C;
}
.TagClassName
{
border-color: #DEB65C;
}
</style>