#DCB995

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

Shades of Pancho #DCB995

Tints of Pancho #DCB995

Color information

#DCB995 (or 0xDCB995) is unknown color: approx Pancho. HEX triplet: DC, B9 and 95. RGB value is (220,185,149). Sum of RGB (Red+Green+Blue) = 220+185+149=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB995 is #23466A. Grayscale: #BFBFBF. Windows color (decimal): -2311787 or 9812444. OLE color: 9812444.

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

Color convert

RGB220185149-
CMYK00.160.320.14
HSL30.42º50.35%72.35%-
HSV(B)30.42º32.27%86.27%-
XYZ52.2952.0835.73-
YUV191.36104.1148.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=39.71%
G=33.39%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018514900.160.320.1430.4250.3572.35
HexDCB99501020E1e3248
Octal33427122502040163662110
Binary1101110010111001100101010100001000001110111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB995; }

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

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

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

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

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

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

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

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