#DBB895

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

Shades of Pancho #DBB895

Tints of Pancho #DBB895

Color information

#DBB895 (or 0xDBB895) is unknown color: approx Pancho. HEX triplet: DB, B8 and 95. RGB value is (219,184,149). Sum of RGB (Red+Green+Blue) = 219+184+149=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB895 is #24476A. Grayscale: #BEBEBE. Windows color (decimal): -2377579 or 9812187. OLE color: 9812187.

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

Color convert

RGB219184149-
CMYK00.160.320.14
HSL30º49.3%72.16%-
HSV(B)30º31.96%85.88%-
XYZ51.7851.5135.65-
YUV190.47104.6148.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 184 (72.27% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=39.67%
G=33.33%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918414900.160.320.143049.372.16
HexDBB89501020E1e3148
Octal33327022502040163661110
Binary1101101110111000100101010100001000001110111101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB895; }

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

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

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

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

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

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

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

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