#DBBE95

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

Shades of Pancho #DBBE95

Tints of Pancho #DBBE95

Color information

#DBBE95 (or 0xDBBE95) is unknown color: approx Pancho. HEX triplet: DB, BE and 95. RGB value is (219,190,149). Sum of RGB (Red+Green+Blue) = 219+190+149=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE95 is #24416A. Grayscale: #C2C2C2. Windows color (decimal): -2376043 or 9813723. OLE color: 9813723.

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

Color convert

RGB219190149-
CMYK00.130.320.14
HSL35.14º49.3%72.16%-
HSV(B)35.14º31.96%85.88%-
XYZ53.0554.0636.07-
YUV194102.61145.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 149 (58.59% from 255) = 26.70%
R=39.25%
G=34.05%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919014900.130.320.1435.1449.372.16
HexDBBE950D20E233148
Octal33327622501540164361110
Binary1101101110111110100101010110110000011101000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBE95; }

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

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

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

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

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

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

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

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