#DCB893

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

Shades of Pancho #DCB893

Tints of Pancho #DCB893

Color information

#DCB893 (or 0xDCB893) is unknown color: approx Pancho. HEX triplet: DC, B8 and 93. RGB value is (220,184,147). Sum of RGB (Red+Green+Blue) = 220+184+147=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB893 is #23476C. Grayscale: #BEBEBE. Windows color (decimal): -2312045 or 9681116. OLE color: 9681116.

HSL color Cylindrical-coordinate representation of color #DCB893: hue angle of 30.41º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCB893 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220184147-
CMYK00.160.330.14
HSL30.41º51.05%71.96%-
HSV(B)30.41º33.18%86.27%-
XYZ51.9251.634.83-
YUV190.55103.43149.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 184 (72.27% from 255) = 33.39%
BLUE value IS 147 (57.81% from 255) = 26.68%
R=39.93%
G=33.39%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018414700.160.330.1430.4151.0571.96
HexDCB89301021E1e3348
Octal33427022302041163663110
Binary1101110010111000100100110100001000011110111101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB893; }

 p { color: rgb(220,184,147); }

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

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

 a { background-color: rgb(220,184,147); }

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

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

 span { border-color: rgb(220,184,147); }

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