#DCB899

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

Shades of Pancho #DCB899

Tints of Pancho #DCB899

Color information

#DCB899 (or 0xDCB899) is unknown color: approx Pancho. HEX triplet: DC, B8 and 99. RGB value is (220,184,153). Sum of RGB (Red+Green+Blue) = 220+184+153=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB899 is #234766. Grayscale: #BFBFBF. Windows color (decimal): -2312039 or 10074332. OLE color: 10074332.

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

Color convert

RGB220184153-
CMYK00.160.300.14
HSL27.76º48.91%73.14%-
HSV(B)27.76º30.45%86.27%-
XYZ52.4151.837.37-
YUV191.23106.43148.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 184 (72.27% from 255) = 33.03%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=39.50%
G=33.03%
B=27.47%

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
Decimal22018415300.160.300.1427.7648.9173.14
HexDCB8990101EE1c3149
Octal33427023102036163461111
Binary110111001011100010011001010000111101110111001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB899; }

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

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

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

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

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

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

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

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