#DCBB9E

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

Shades of Pancho #DCBB9E

Tints of Pancho #DCBB9E

Color information

#DCBB9E (or 0xDCBB9E) is unknown color: approx Pancho. HEX triplet: DC, BB and 9E. RGB value is (220,187,158). Sum of RGB (Red+Green+Blue) = 220+187+158=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB9E is #234461. Grayscale: #C1C1C1. Windows color (decimal): -2311266 or 10402780. OLE color: 10402780.

HSL color Cylindrical-coordinate representation of color #DCBB9E: hue angle of 28.06º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCBB9E is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220187158-
CMYK00.150.280.14
HSL28.06º46.97%74.12%-
HSV(B)28.06º28.18%86.27%-
XYZ53.4653.2239.8-
YUV193.56107.93146.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=38.94%
G=33.10%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018715800.150.280.1428.0646.9774.12
HexDCBB9E0F1CE1c2f4a
Octal33427323601734163457112
Binary11011100101110111001111001111111001110111001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB9E; }

 p { color: rgb(220,187,158); }

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

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

 a { background-color: rgb(220,187,158); }

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

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

 span { border-color: rgb(220,187,158); }

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