#DEB766

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

Shades of Equator #DEB766

Tints of Equator #DEB766

Color information

#DEB766 (or 0xDEB766) is unknown color: approx Equator. HEX triplet: DE, B7 and 66. RGB value is (222,183,102). Sum of RGB (Red+Green+Blue) = 222+183+102=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB766 is #214899. Grayscale: #B9B9B9. Windows color (decimal): -2181274 or 6731742. OLE color: 6731742.

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

Color convert

RGB222183102-
CMYK00.180.540.13
HSL40.5º64.52%63.53%-
HSV(B)40.5º54.05%87.06%-
XYZ49.4650.3619.68-
YUV185.4380.92154.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 102 (40.23% from 255) = 20.12%
R=43.79%
G=36.09%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218310200.180.540.1340.564.5263.53
HexDEB76601236D284140
Octal336267146022661550101100
Binary11011110101101111100110010010110110110110100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB766; }

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

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

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

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

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

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

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

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