#DCB193

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

Shades of Pancho #DCB193

Tints of Pancho #DCB193

Color information

#DCB193 (or 0xDCB193) is unknown color: approx Pancho. HEX triplet: DC, B1 and 93. RGB value is (220,177,147). Sum of RGB (Red+Green+Blue) = 220+177+147=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB193 is #234E6C. Grayscale: #BABABA. Windows color (decimal): -2313837 or 9679324. OLE color: 9679324.

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

Color convert

RGB220177147-
CMYK00.200.330.14
HSL24.66º51.05%71.96%-
HSV(B)24.66º33.18%86.27%-
XYZ50.548.7734.35-
YUV186.44105.75151.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 147 (57.81% from 255) = 27.02%
R=40.44%
G=32.54%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017714700.200.330.1424.6651.0571.96
HexDCB19301421E193348
Octal33426122302441163163110
Binary1101110010110001100100110101001000011110110011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB193; }

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

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

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

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

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

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

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

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