#DCB696

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

Shades of Pancho #DCB696

Tints of Pancho #DCB696

Color information

#DCB696 (or 0xDCB696) is unknown color: approx Pancho. HEX triplet: DC, B6 and 96. RGB value is (220,182,150). Sum of RGB (Red+Green+Blue) = 220+182+150=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB696 is #234969. Grayscale: #BDBDBD. Windows color (decimal): -2312554 or 9877212. OLE color: 9877212.

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

Color convert

RGB220182150-
CMYK00.170.320.14
HSL27.43º50%72.55%-
HSV(B)27.43º31.82%86.27%-
XYZ51.7550.8735.95-
YUV189.71105.59149.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 182 (71.48% from 255) = 32.97%
BLUE value IS 150 (58.98% from 255) = 27.17%
R=39.86%
G=32.97%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018215000.170.320.1427.435072.55
HexDCB69601120E1b3249
Octal33426622602140163362111
Binary1101110010110110100101100100011000001110110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB696; }

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

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

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

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

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

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

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

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