#DCB99A

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

Shades of Pancho #DCB99A

Tints of Pancho #DCB99A

Color information

#DCB99A (or 0xDCB99A) is unknown color: approx Pancho. HEX triplet: DC, B9 and 9A. RGB value is (220,185,154). Sum of RGB (Red+Green+Blue) = 220+185+154=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB99A is #234665. Grayscale: #C0C0C0. Windows color (decimal): -2311782 or 10140124. OLE color: 10140124.

HSL color Cylindrical-coordinate representation of color #DCB99A: hue angle of 28.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB99A is Cyan = 0, Magento = 0.16, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB220185154-
CMYK00.160.30.14
HSL28.18º48.53%73.33%-
HSV(B)28.18º30%86.27%-
XYZ52.752.2537.88-
YUV191.93106.6148.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 154 (60.55% from 255) = 27.55%
R=39.36%
G=33.09%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018515400.160.30.1428.1848.5373.33
HexDCB99A0101EE1c3149
Octal33427123202036163461111
Binary110111001011100110011010010000111101110111001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB99A; }

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

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

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

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

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

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

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

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