#DCB291

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

Shades of Pancho #DCB291

Tints of Pancho #DCB291

Color information

#DCB291 (or 0xDCB291) is unknown color: approx Pancho. HEX triplet: DC, B2 and 91. RGB value is (220,178,145). Sum of RGB (Red+Green+Blue) = 220+178+145=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB291 is #234D6E. Grayscale: #BABABA. Windows color (decimal): -2313583 or 9548508. OLE color: 9548508.

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

Color convert

RGB220178145-
CMYK00.190.340.14
HSL26.4º51.72%71.57%-
HSV(B)26.4º34.09%86.27%-
XYZ50.5549.133.6-
YUV186.8104.41151.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 145 (57.03% from 255) = 26.70%
R=40.52%
G=32.78%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017814500.190.340.1426.451.7271.57
HexDCB29101322E1a3448
Octal33426222102342163264110
Binary1101110010110010100100010100111000101110110101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB291; }

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

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

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

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

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

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

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

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