#DBBB95

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

Shades of Pancho #DBBB95

Tints of Pancho #DBBB95

Color information

#DBBB95 (or 0xDBBB95) is unknown color: approx Pancho. HEX triplet: DB, BB and 95. RGB value is (219,187,149). Sum of RGB (Red+Green+Blue) = 219+187+149=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB95 is #24446A. Grayscale: #C0C0C0. Windows color (decimal): -2376811 or 9812955. OLE color: 9812955.

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

Color convert

RGB219187149-
CMYK00.150.320.14
HSL32.57º49.3%72.16%-
HSV(B)32.57º31.96%85.88%-
XYZ52.4152.7735.86-
YUV192.24103.6147.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=39.46%
G=33.69%
B=26.85%

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
Decimal21918714900.150.320.1432.5749.372.16
HexDBBB950F20E213148
Octal33327322501740164161110
Binary1101101110111011100101010111110000011101000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBB95; }

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

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

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

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

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

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

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

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