#DCBC95

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

Shades of Pancho #DCBC95

Tints of Pancho #DCBC95

Color information

#DCBC95 (or 0xDCBC95) is unknown color: approx Pancho. HEX triplet: DC, BC and 95. RGB value is (220,188,149). Sum of RGB (Red+Green+Blue) = 220+188+149=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC95 is #23436A. Grayscale: #C1C1C1. Windows color (decimal): -2311019 or 9813212. OLE color: 9813212.

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

Color convert

RGB220188149-
CMYK00.150.320.14
HSL32.96º50.35%72.35%-
HSV(B)32.96º32.27%86.27%-
XYZ52.9253.3535.94-
YUV193.12103.1147.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=39.50%
G=33.75%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018814900.150.320.1432.9650.3572.35
HexDCBC950F20E213248
Octal33427422501740164162110
Binary1101110010111100100101010111110000011101000011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBC95; }

 p { color: rgb(220,188,149); }

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

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

 a { background-color: rgb(220,188,149); }

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

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

 span { border-color: rgb(220,188,149); }

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