#DCB996

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

Shades of Pancho #DCB996

Tints of Pancho #DCB996

Color information

#DCB996 (or 0xDCB996) is unknown color: approx Pancho. HEX triplet: DC, B9 and 96. RGB value is (220,185,150). Sum of RGB (Red+Green+Blue) = 220+185+150=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB996 is #234669. Grayscale: #BFBFBF. Windows color (decimal): -2311786 or 9877980. OLE color: 9877980.

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

Color convert

RGB220185150-
CMYK00.160.320.14
HSL30º50%72.55%-
HSV(B)30º31.82%86.27%-
XYZ52.3752.1236.15-
YUV191.48104.6148.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 185 (72.66% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=39.64%
G=33.33%
B=27.03%

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
Decimal22018515000.160.320.14305072.55
HexDCB99601020E1e3249
Octal33427122602040163662111
Binary1101110010111001100101100100001000001110111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB996; }

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

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

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

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

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

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

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

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