#DCB195

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

Shades of Pancho #DCB195

Tints of Pancho #DCB195

Color information

#DCB195 (or 0xDCB195) is unknown color: approx Pancho. HEX triplet: DC, B1 and 95. RGB value is (220,177,149). Sum of RGB (Red+Green+Blue) = 220+177+149=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB195 is #234E6A. Grayscale: #BABABA. Windows color (decimal): -2313835 or 9810396. OLE color: 9810396.

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

Color convert

RGB220177149-
CMYK00.200.320.14
HSL23.66º50.35%72.35%-
HSV(B)23.66º32.27%86.27%-
XYZ50.6648.8335.19-
YUV186.66106.75151.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=40.29%
G=32.42%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017714900.200.320.1423.6650.3572.35
HexDCB19501420E183248
Octal33426122502440163062110
Binary1101110010110001100101010101001000001110110001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB195; }

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

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

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

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

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

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

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

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