#DCB794

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

Shades of Pancho #DCB794

Tints of Pancho #DCB794

Color information

#DCB794 (or 0xDCB794) is unknown color: approx Pancho. HEX triplet: DC, B7 and 94. RGB value is (220,183,148). Sum of RGB (Red+Green+Blue) = 220+183+148=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB794 is #23486B. Grayscale: #BEBEBE. Windows color (decimal): -2312300 or 9746396. OLE color: 9746396.

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

Color convert

RGB220183148-
CMYK00.170.330.14
HSL29.17º50.7%72.16%-
HSV(B)29.17º32.73%86.27%-
XYZ51.7951.2235.17-
YUV190.07104.26149.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 148 (58.20% from 255) = 26.86%
R=39.93%
G=33.21%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018314800.170.330.1429.1750.772.16
HexDCB79401121E1d3348
Octal33426722402141163563110
Binary1101110010110111100101000100011000011110111011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB794; }

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

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

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

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

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

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

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

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