#DEB957

Color #DEB957 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DEB957

Tints of Equator #DEB957

Color information

#DEB957 (or 0xDEB957) is unknown color: approx Equator. HEX triplet: DE, B9 and 57. RGB value is (222,185,87). Sum of RGB (Red+Green+Blue) = 222+185+87=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB957 is #2146A8. Grayscale: #B9B9B9. Windows color (decimal): -2180777 or 5749214. OLE color: 5749214.

HSL color Cylindrical-coordinate representation of color #DEB957: hue angle of 43.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEB957 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22218587-
CMYK00.170.610.13
HSL43.56º67.16%60.59%-
HSV(B)43.56º60.81%87.06%-
XYZ49.1950.9216.25-
YUV184.8972.76154.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 87 (34.38% from 255) = 17.61%
R=44.94%
G=37.45%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221858700.170.610.1343.5667.1660.59
HexDEB9570113DD2c433d
Octal33627112702175155410375
Binary1101111010111001101011101000111110111011011001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB957; }

 p { color: rgb(222,185,87); }

 H1.HeaderClassName
 {
   color: #DEB957;
 }
 .AnyTagClassName
 {
   color: #DEB957;
 }
</style>
background-color css

<style>
 a { background-color: #DEB957; }

 a { background-color: rgb(222,185,87); }

 div.DivClassName
 {
   background-color: #DEB957;
 }
 .BgClassName
 {
   background-color: #DEB957;
 }
</style>
border-color css

<style>
 span { border-color: #DEB957; }

 span { border-color: rgb(222,185,87); }

 td.TdClassName
 {
   border-color: #DEB957;
 }
 .TagClassName
 {
   border-color: #DEB957;
 }
</style>