#DBB395

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

Shades of Pancho #DBB395

Tints of Pancho #DBB395

Color information

#DBB395 (or 0xDBB395) is unknown color: approx Pancho. HEX triplet: DB, B3 and 95. RGB value is (219,179,149). Sum of RGB (Red+Green+Blue) = 219+179+149=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB395 is #244C6A. Grayscale: #BBBBBB. Windows color (decimal): -2378859 or 9810907. OLE color: 9810907.

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

Color convert

RGB219179149-
CMYK00.180.320.14
HSL25.71º49.3%72.16%-
HSV(B)25.71º31.96%85.88%-
XYZ50.7649.4735.31-
YUV187.54106.25150.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=40.04%
G=32.72%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917914900.180.320.1425.7149.372.16
HexDBB39501220E1a3148
Octal33326322502240163261110
Binary1101101110110011100101010100101000001110110101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB395; }

 p { color: rgb(219,179,149); }

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

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

 a { background-color: rgb(219,179,149); }

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

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

 span { border-color: rgb(219,179,149); }

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