#DCB392

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

Shades of Pancho #DCB392

Tints of Pancho #DCB392

Color information

#DCB392 (or 0xDCB392) is unknown color: approx Pancho. HEX triplet: DC, B3 and 92. RGB value is (220,179,146). Sum of RGB (Red+Green+Blue) = 220+179+146=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB392 is #234C6D. Grayscale: #BBBBBB. Windows color (decimal): -2313326 or 9614300. OLE color: 9614300.

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

Color convert

RGB220179146-
CMYK00.190.340.14
HSL26.76º51.39%71.76%-
HSV(B)26.76º33.64%86.27%-
XYZ50.8249.5334.08-
YUV187.5104.58151.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 146 (57.42% from 255) = 26.79%
R=40.37%
G=32.84%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017914600.190.340.1426.7651.3971.76
HexDCB39201322E1b3348
Octal33426322202342163363110
Binary1101110010110011100100100100111000101110110111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB392; }

 p { color: rgb(220,179,146); }

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

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

 a { background-color: rgb(220,179,146); }

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

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

 span { border-color: rgb(220,179,146); }

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