#DCB795

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

Shades of Pancho #DCB795

Tints of Pancho #DCB795

Color information

#DCB795 (or 0xDCB795) is unknown color: approx Pancho. HEX triplet: DC, B7 and 95. RGB value is (220,183,149). Sum of RGB (Red+Green+Blue) = 220+183+149=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB795 is #23486A. Grayscale: #BEBEBE. Windows color (decimal): -2312299 or 9811932. OLE color: 9811932.

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

Color convert

RGB220183149-
CMYK00.170.320.14
HSL28.73º50.35%72.35%-
HSV(B)28.73º32.27%86.27%-
XYZ51.8751.2535.59-
YUV190.19104.76149.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 183 (71.88% from 255) = 33.15%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=39.86%
G=33.15%
B=26.99%

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
Decimal22018314900.170.320.1428.7350.3572.35
HexDCB79501120E1d3248
Octal33426722502140163562110
Binary1101110010110111100101010100011000001110111011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB795; }

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

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

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

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

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

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

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

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