#DCB991

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

Shades of Pancho #DCB991

Tints of Pancho #DCB991

Color information

#DCB991 (or 0xDCB991) is unknown color: approx Pancho. HEX triplet: DC, B9 and 91. RGB value is (220,185,145). Sum of RGB (Red+Green+Blue) = 220+185+145=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB991 is #23466E. Grayscale: #BFBFBF. Windows color (decimal): -2311791 or 9550300. OLE color: 9550300.

HSL color Cylindrical-coordinate representation of color #DCB991: hue angle of 32º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCB991 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220185145-
CMYK00.160.340.14
HSL32º51.72%71.57%-
HSV(B)32º34.09%86.27%-
XYZ51.9751.9634.08-
YUV190.9102.1148.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 145 (57.03% from 255) = 26.36%
R=40%
G=33.64%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018514500.160.340.143251.7271.57
HexDCB99101022E203448
Octal33427122102042164064110
Binary11011100101110011001000101000010001011101000001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB991; }

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

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

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

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

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

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

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

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