#DCB395

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

Shades of Pancho #DCB395

Tints of Pancho #DCB395

Color information

#DCB395 (or 0xDCB395) is unknown color: approx Pancho. HEX triplet: DC, B3 and 95. RGB value is (220,179,149). Sum of RGB (Red+Green+Blue) = 220+179+149=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB395 is #234C6A. Grayscale: #BCBCBC. Windows color (decimal): -2313323 or 9810908. OLE color: 9810908.

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

Color convert

RGB220179149-
CMYK00.190.320.14
HSL25.35º50.35%72.35%-
HSV(B)25.35º32.27%86.27%-
XYZ51.0649.6335.32-
YUV187.84106.08150.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 179 (70.31% from 255) = 32.66%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=40.15%
G=32.66%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017914900.190.320.1425.3550.3572.35
HexDCB39501320E193248
Octal33426322502340163162110
Binary1101110010110011100101010100111000001110110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB395; }

 p { color: rgb(220,179,149); }

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

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

 a { background-color: rgb(220,179,149); }

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

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

 span { border-color: rgb(220,179,149); }

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