#DEB165

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

Shades of Equator #DEB165

Tints of Equator #DEB165

Color information

#DEB165 (or 0xDEB165) is unknown color: approx Equator. HEX triplet: DE, B1 and 65. RGB value is (222,177,101). Sum of RGB (Red+Green+Blue) = 222+177+101=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB165 is #214E9A. Grayscale: #B6B6B6. Windows color (decimal): -2182811 or 6664670. OLE color: 6664670.

HSL color Cylindrical-coordinate representation of color #DEB165: hue angle of 37.69º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEB165 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB222177101-
CMYK00.200.550.13
HSL37.69º64.71%63.33%-
HSV(B)37.69º54.5%87.06%-
XYZ48.247.9119.02-
YUV181.7982.41156.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.4%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 101 (39.84% from 255) = 20.2%
R=44.4%
G=35.4%
B=20.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217710100.200.550.1337.6964.7163.33
HexDEB16501437D26413f
Octal33626114502467154610177
Binary1101111010110001110010101010011011111011001101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB165; }

 p { color: rgb(222,177,101); }

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

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

 a { background-color: rgb(222,177,101); }

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

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

 span { border-color: rgb(222,177,101); }

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