#DEB892

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

Shades of Pancho #DEB892

Tints of Pancho #DEB892

Color information

#DEB892 (or 0xDEB892) is unknown color: approx Pancho. HEX triplet: DE, B8 and 92. RGB value is (222,184,146). Sum of RGB (Red+Green+Blue) = 222+184+146=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB892 is #21476D. Grayscale: #BFBFBF. Windows color (decimal): -2180974 or 9615582. OLE color: 9615582.

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

Color convert

RGB222184146-
CMYK00.170.340.13
HSL30º53.52%72.16%-
HSV(B)30º34.23%87.06%-
XYZ52.4551.8934.44-
YUV191.03102.59150.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 184 (72.27% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=40.22%
G=33.33%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218414600.170.340.133053.5272.16
HexDEB89201122D1e3648
Octal33627022202142153666110
Binary1101111010111000100100100100011000101101111101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB892; }

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

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

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

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

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

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

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

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