#DCBA9D

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

Shades of Pancho #DCBA9D

Tints of Pancho #DCBA9D

Color information

#DCBA9D (or 0xDCBA9D) is unknown color: approx Pancho. HEX triplet: DC, BA and 9D. RGB value is (220,186,157). Sum of RGB (Red+Green+Blue) = 220+186+157=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA9D is #234562. Grayscale: #C1C1C1. Windows color (decimal): -2311523 or 10336988. OLE color: 10336988.

HSL color Cylindrical-coordinate representation of color #DCBA9D: hue angle of 27.62º degrees, saturation: 0.47, 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 #DCBA9D is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220186157-
CMYK00.150.290.14
HSL27.62º47.37%73.92%-
HSV(B)27.62º28.64%86.27%-
XYZ53.1652.7739.28-
YUV192.86107.76147.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 157 (61.72% from 255) = 27.89%
R=39.08%
G=33.04%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018615700.150.290.1427.6247.3773.92
HexDCBA9D0F1DE1c2f4a
Octal33427223501735163457112
Binary11011100101110101001110101111111011110111001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA9D; }

 p { color: rgb(220,186,157); }

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

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

 a { background-color: rgb(220,186,157); }

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

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

 span { border-color: rgb(220,186,157); }

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