#DEB866

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

Shades of Equator #DEB866

Tints of Equator #DEB866

Color information

#DEB866 (or 0xDEB866) is unknown color: approx Equator. HEX triplet: DE, B8 and 66. RGB value is (222,184,102). Sum of RGB (Red+Green+Blue) = 222+184+102=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB866 is #214799. Grayscale: #BABABA. Windows color (decimal): -2181018 or 6731998. OLE color: 6731998.

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

Color convert

RGB222184102-
CMYK00.170.540.13
HSL41º64.52%63.53%-
HSV(B)41º54.05%87.06%-
XYZ49.6650.7719.75-
YUV186.0180.59153.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 102 (40.23% from 255) = 20.08%
R=43.70%
G=36.22%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218410200.170.540.134164.5263.53
HexDEB86601136D294140
Octal336270146021661551101100
Binary11011110101110001100110010001110110110110100110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB866; }

 p { color: rgb(222,184,102); }

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

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

 a { background-color: rgb(222,184,102); }

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

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

 span { border-color: rgb(222,184,102); }

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