#DCB496

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

Shades of Pancho #DCB496

Tints of Pancho #DCB496

Color information

#DCB496 (or 0xDCB496) is unknown color: approx Pancho. HEX triplet: DC, B4 and 96. RGB value is (220,180,150). Sum of RGB (Red+Green+Blue) = 220+180+150=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB496 is #234B69. Grayscale: #BCBCBC. Windows color (decimal): -2313066 or 9876700. OLE color: 9876700.

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

Color convert

RGB220180150-
CMYK00.180.320.14
HSL25.71º50%72.55%-
HSV(B)25.71º31.82%86.27%-
XYZ51.3450.0635.81-
YUV188.54106.25150.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=40%
G=32.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018015000.180.320.1425.715072.55
HexDCB49601220E1a3249
Octal33426422602240163262111
Binary1101110010110100100101100100101000001110110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB496; }

 p { color: rgb(220,180,150); }

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

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

 a { background-color: rgb(220,180,150); }

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

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

 span { border-color: rgb(220,180,150); }

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