#DCB491

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

Shades of Pancho #DCB491

Tints of Pancho #DCB491

Color information

#DCB491 (or 0xDCB491) is unknown color: approx Pancho. HEX triplet: DC, B4 and 91. RGB value is (220,180,145). Sum of RGB (Red+Green+Blue) = 220+180+145=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB491 is #234B6E. Grayscale: #BCBCBC. Windows color (decimal): -2313071 or 9549020. OLE color: 9549020.

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

Color convert

RGB220180145-
CMYK00.180.340.14
HSL28º51.72%71.57%-
HSV(B)28º34.09%86.27%-
XYZ50.9549.933.73-
YUV187.97103.75150.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=40.37%
G=33.03%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018014500.180.340.142851.7271.57
HexDCB49101222E1c3448
Octal33426422102242163464110
Binary1101110010110100100100010100101000101110111001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB491; }

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

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

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

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

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

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

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

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