#DCB999

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

Shades of Pancho #DCB999

Tints of Pancho #DCB999

Color information

#DCB999 (or 0xDCB999) is unknown color: approx Pancho. HEX triplet: DC, B9 and 99. RGB value is (220,185,153). Sum of RGB (Red+Green+Blue) = 220+185+153=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB999 is #234666. Grayscale: #BFBFBF. Windows color (decimal): -2311783 or 10074588. OLE color: 10074588.

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

Color convert

RGB220185153-
CMYK00.160.300.14
HSL28.66º48.91%73.14%-
HSV(B)28.66º30.45%86.27%-
XYZ52.6152.2137.44-
YUV191.82106.1148.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 153 (60.16% from 255) = 27.42%
R=39.43%
G=33.15%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018515300.160.300.1428.6648.9173.14
HexDCB9990101EE1d3149
Octal33427123102036163561111
Binary110111001011100110011001010000111101110111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB999; }

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

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

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

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

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

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

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

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