#DCBE9C

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

Shades of Pancho #DCBE9C

Tints of Pancho #DCBE9C

Color information

#DCBE9C (or 0xDCBE9C) is unknown color: approx Pancho. HEX triplet: DC, BE and 9C. RGB value is (220,190,156). Sum of RGB (Red+Green+Blue) = 220+190+156=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE9C is #234163. Grayscale: #C3C3C3. Windows color (decimal): -2310500 or 10272476. OLE color: 10272476.

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

Color convert

RGB220190156-
CMYK00.140.290.14
HSL31.88º47.76%73.73%-
HSV(B)31.88º29.09%86.27%-
XYZ53.9354.4439.12-
YUV195.09105.94145.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 156 (61.33% from 255) = 27.56%
R=38.87%
G=33.57%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019015600.140.290.1431.8847.7673.73
HexDCBE9C0E1DE20304a
Octal33427623401635164060112
Binary110111001011111010011100011101110111101000001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE9C; }

 p { color: rgb(220,190,156); }

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

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

 a { background-color: rgb(220,190,156); }

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

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

 span { border-color: rgb(220,190,156); }

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