#DCB391

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

Shades of Pancho #DCB391

Tints of Pancho #DCB391

Color information

#DCB391 (or 0xDCB391) is unknown color: approx Pancho. HEX triplet: DC, B3 and 91. RGB value is (220,179,145). Sum of RGB (Red+Green+Blue) = 220+179+145=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB391 is #234C6E. Grayscale: #BBBBBB. Windows color (decimal): -2313327 or 9548764. OLE color: 9548764.

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

Color convert

RGB220179145-
CMYK00.190.340.14
HSL27.2º51.72%71.57%-
HSV(B)27.2º34.09%86.27%-
XYZ50.7549.533.67-
YUV187.38104.08151.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 145 (57.03% from 255) = 26.65%
R=40.44%
G=32.90%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017914500.190.340.1427.251.7271.57
HexDCB39101322E1b3448
Octal33426322102342163364110
Binary1101110010110011100100010100111000101110110111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB391; }

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

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

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

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

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

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

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

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