#DBB496

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

Shades of Pancho #DBB496

Tints of Pancho #DBB496

Color information

#DBB496 (or 0xDBB496) is unknown color: approx Pancho. HEX triplet: DB, B4 and 96. RGB value is (219,180,150). Sum of RGB (Red+Green+Blue) = 219+180+150=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB496 is #244B69. Grayscale: #BCBCBC. Windows color (decimal): -2378602 or 9876699. OLE color: 9876699.

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

Color convert

RGB219180150-
CMYK00.180.320.14
HSL26.09º48.94%72.35%-
HSV(B)26.09º31.51%85.88%-
XYZ51.0449.935.8-
YUV188.24106.42149.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 150 (58.98% from 255) = 27.32%
R=39.89%
G=32.79%
B=27.32%

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
Decimal21918015000.180.320.1426.0948.9472.35
HexDBB49601220E1a3148
Octal33326422602240163261110
Binary1101101110110100100101100100101000001110110101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB496; }

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

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

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

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

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

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

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

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