#DCB094

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

Shades of Pancho #DCB094

Tints of Pancho #DCB094

Color information

#DCB094 (or 0xDCB094) is unknown color: approx Pancho. HEX triplet: DC, B0 and 94. RGB value is (220,176,148). Sum of RGB (Red+Green+Blue) = 220+176+148=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB094 is #234F6B. Grayscale: #BABABA. Windows color (decimal): -2314092 or 9744604. OLE color: 9744604.

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

Color convert

RGB220176148-
CMYK00.20.330.14
HSL23.33º50.7%72.16%-
HSV(B)23.33º32.73%86.27%-
XYZ50.3948.434.7-
YUV185.96106.58152.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 148 (58.20% from 255) = 27.21%
R=40.44%
G=32.35%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017614800.20.330.1423.3350.772.16
HexDCB09401421E173348
Octal33426022402441162763110
Binary1101110010110000100101000101001000011110101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB094; }

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

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

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

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

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

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

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

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