#DCB894

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

Shades of Pancho #DCB894

Tints of Pancho #DCB894

Color information

#DCB894 (or 0xDCB894) is unknown color: approx Pancho. HEX triplet: DC, B8 and 94. RGB value is (220,184,148). Sum of RGB (Red+Green+Blue) = 220+184+148=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB894 is #23476B. Grayscale: #BEBEBE. Windows color (decimal): -2312044 or 9746652. OLE color: 9746652.

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

Color convert

RGB220184148-
CMYK00.160.330.14
HSL30º50.7%72.16%-
HSV(B)30º32.73%86.27%-
XYZ5251.6335.24-
YUV190.66103.93148.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 184 (72.27% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=39.86%
G=33.33%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018414800.160.330.143050.772.16
HexDCB89401021E1e3348
Octal33427022402041163663110
Binary1101110010111000100101000100001000011110111101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB894; }

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

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

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

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

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

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

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

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