#DBBA95

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

Shades of Pancho #DBBA95

Tints of Pancho #DBBA95

Color information

#DBBA95 (or 0xDBBA95) is unknown color: approx Pancho. HEX triplet: DB, BA and 95. RGB value is (219,186,149). Sum of RGB (Red+Green+Blue) = 219+186+149=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA95 is #24456A. Grayscale: #BFBFBF. Windows color (decimal): -2377067 or 9812699. OLE color: 9812699.

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

Color convert

RGB219186149-
CMYK00.150.320.14
HSL31.71º49.3%72.16%-
HSV(B)31.71º31.96%85.88%-
XYZ52.252.3535.79-
YUV191.65103.93147.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=39.53%
G=33.57%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918614900.150.320.1431.7149.372.16
HexDBBA950F20E203148
Octal33327222501740164061110
Binary1101101110111010100101010111110000011101000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA95; }

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

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

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

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

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

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

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

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