#DCB091

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

Shades of Pancho #DCB091

Tints of Pancho #DCB091

Color information

#DCB091 (or 0xDCB091) is unknown color: approx Pancho. HEX triplet: DC, B0 and 91. RGB value is (220,176,145). Sum of RGB (Red+Green+Blue) = 220+176+145=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB091 is #234F6E. Grayscale: #B9B9B9. Windows color (decimal): -2314095 or 9547996. OLE color: 9547996.

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

Color convert

RGB220176145-
CMYK00.20.340.14
HSL24.8º51.72%71.57%-
HSV(B)24.8º34.09%86.27%-
XYZ50.1548.3133.47-
YUV185.62105.08152.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 145 (57.03% from 255) = 26.80%
R=40.67%
G=32.53%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017614500.20.340.1424.851.7271.57
HexDCB09101422E193448
Octal33426022102442163164110
Binary1101110010110000100100010101001000101110110011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB091; }

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

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

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

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

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

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

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

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