#DBB495

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

Shades of Pancho #DBB495

Tints of Pancho #DBB495

Color information

#DBB495 (or 0xDBB495) is unknown color: approx Pancho. HEX triplet: DB, B4 and 95. RGB value is (219,180,149). Sum of RGB (Red+Green+Blue) = 219+180+149=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB495 is #244B6A. Grayscale: #BCBCBC. Windows color (decimal): -2378603 or 9811163. OLE color: 9811163.

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

Color convert

RGB219180149-
CMYK00.180.320.14
HSL26.57º49.3%72.16%-
HSV(B)26.57º31.96%85.88%-
XYZ50.9649.8735.37-
YUV188.13105.92150.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 180 (70.70% from 255) = 32.85%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=39.96%
G=32.85%
B=27.19%

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
Decimal21918014900.180.320.1426.5749.372.16
HexDBB49501220E1b3148
Octal33326422502240163361110
Binary1101101110110100100101010100101000001110110111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB495; }

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

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

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

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

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

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

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

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