#DEB75F

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

Shades of Equator #DEB75F

Tints of Equator #DEB75F

Color information

#DEB75F (or 0xDEB75F) is unknown color: approx Equator. HEX triplet: DE, B7 and 5F. RGB value is (222,183,95). Sum of RGB (Red+Green+Blue) = 222+183+95=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB75F is #2148A0. Grayscale: #B9B9B9. Windows color (decimal): -2181281 or 6272990. OLE color: 6272990.

HSL color Cylindrical-coordinate representation of color #DEB75F: hue angle of 41.57º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEB75F is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22218395-
CMYK00.180.570.13
HSL41.57º65.8%62.16%-
HSV(B)41.57º57.21%87.06%-
XYZ49.1250.2217.93-
YUV184.6377.42154.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.4%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 95 (37.5% from 255) = 19%
R=44.4%
G=36.6%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221839500.180.570.1341.5765.862.16
HexDEB75F01239D2a423e
Octal33626713702271155210276
Binary1101111010110111101111101001011100111011010101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB75F; }

 p { color: rgb(222,183,95); }

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

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

 a { background-color: rgb(222,183,95); }

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

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

 span { border-color: rgb(222,183,95); }

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