#DBB493

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

Shades of Pancho #DBB493

Tints of Pancho #DBB493

Color information

#DBB493 (or 0xDBB493) is unknown color: approx Pancho. HEX triplet: DB, B4 and 93. RGB value is (219,180,147). Sum of RGB (Red+Green+Blue) = 219+180+147=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB493 is #244B6C. Grayscale: #BCBCBC. Windows color (decimal): -2378605 or 9680091. OLE color: 9680091.

HSL color Cylindrical-coordinate representation of color #DBB493: hue angle of 27.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBB493 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB219180147-
CMYK00.180.330.14
HSL27.5º50%71.76%-
HSV(B)27.5º32.88%85.88%-
XYZ50.849.8134.54-
YUV187.9104.92150.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 147 (57.81% from 255) = 26.92%
R=40.11%
G=32.97%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918014700.180.330.1427.55071.76
HexDBB49301221E1c3248
Octal33326422302241163462110
Binary1101101110110100100100110100101000011110111001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB493; }

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

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

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

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

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

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

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

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