#DCB897

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

Shades of Pancho #DCB897

Tints of Pancho #DCB897

Color information

#DCB897 (or 0xDCB897) is unknown color: approx Pancho. HEX triplet: DC, B8 and 97. RGB value is (220,184,151). Sum of RGB (Red+Green+Blue) = 220+184+151=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB897 is #234768. Grayscale: #BFBFBF. Windows color (decimal): -2312041 or 9943260. OLE color: 9943260.

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

Color convert

RGB220184151-
CMYK00.160.310.14
HSL28.7º49.64%72.75%-
HSV(B)28.7º31.36%86.27%-
XYZ52.2451.7336.51-
YUV191105.43148.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=39.64%
G=33.15%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018415100.160.310.1428.749.6472.75
HexDCB8970101FE1d3249
Octal33427022702037163562111
Binary110111001011100010010111010000111111110111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB897; }

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

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

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

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

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

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

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

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