#DEB164

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

Shades of Equator #DEB164

Tints of Equator #DEB164

Color information

#DEB164 (or 0xDEB164) is unknown color: approx Equator. HEX triplet: DE, B1 and 64. RGB value is (222,177,100). Sum of RGB (Red+Green+Blue) = 222+177+100=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB164 is #214E9B. Grayscale: #B6B6B6. Windows color (decimal): -2182812 or 6599134. OLE color: 6599134.

HSL color Cylindrical-coordinate representation of color #DEB164: hue angle of 37.87º 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 #DEB164 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB222177100-
CMYK00.200.550.13
HSL37.87º64.89%63.14%-
HSV(B)37.87º54.95%87.06%-
XYZ48.1547.8918.76-
YUV181.6881.91156.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 100 (39.45% from 255) = 20.04%
R=44.49%
G=35.47%
B=20.04%

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
Decimal22217710000.200.550.1337.8764.8963.14
HexDEB16401437D26413f
Octal33626114402467154610177
Binary1101111010110001110010001010011011111011001101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB164; }

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

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

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

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

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

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

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

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