#DCB99C

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

Shades of Pancho #DCB99C

Tints of Pancho #DCB99C

Color information

#DCB99C (or 0xDCB99C) is unknown color: approx Pancho. HEX triplet: DC, B9 and 9C. RGB value is (220,185,156). Sum of RGB (Red+Green+Blue) = 220+185+156=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB99C is #234663. Grayscale: #C0C0C0. Windows color (decimal): -2311780 or 10271196. OLE color: 10271196.

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

Color convert

RGB220185156-
CMYK00.160.290.14
HSL27.19º47.76%73.73%-
HSV(B)27.19º29.09%86.27%-
XYZ52.8652.3138.76-
YUV192.16107.6147.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 156 (61.33% from 255) = 27.81%
R=39.22%
G=32.98%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018515600.160.290.1427.1947.7673.73
HexDCB99C0101DE1b304a
Octal33427123402035163360112
Binary110111001011100110011100010000111011110110111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB99C; }

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

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

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

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

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

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

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

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