#DCB591

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

Shades of Pancho #DCB591

Tints of Pancho #DCB591

Color information

#DCB591 (or 0xDCB591) is unknown color: approx Pancho. HEX triplet: DC, B5 and 91. RGB value is (220,181,145). Sum of RGB (Red+Green+Blue) = 220+181+145=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB591 is #234A6E. Grayscale: #BCBCBC. Windows color (decimal): -2312815 or 9549276. OLE color: 9549276.

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

Color convert

RGB220181145-
CMYK00.180.340.14
HSL28.8º51.72%71.57%-
HSV(B)28.8º34.09%86.27%-
XYZ51.1550.3133.8-
YUV188.56103.42150.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 145 (57.03% from 255) = 26.56%
R=40.29%
G=33.15%
B=26.56%

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
Decimal22018114500.180.340.1428.851.7271.57
HexDCB59101222E1d3448
Octal33426522102242163564110
Binary1101110010110101100100010100101000101110111011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB591; }

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

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

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

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

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

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

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

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