#DBB393

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

Shades of Pancho #DBB393

Tints of Pancho #DBB393

Color information

#DBB393 (or 0xDBB393) is unknown color: approx Pancho. HEX triplet: DB, B3 and 93. RGB value is (219,179,147). Sum of RGB (Red+Green+Blue) = 219+179+147=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB393 is #244C6C. Grayscale: #BBBBBB. Windows color (decimal): -2378861 or 9679835. OLE color: 9679835.

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

Color convert

RGB219179147-
CMYK00.180.330.14
HSL26.67º50%71.76%-
HSV(B)26.67º32.88%85.88%-
XYZ50.649.4134.47-
YUV187.31105.25150.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=40.18%
G=32.84%
B=26.97%

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
Decimal21917914700.180.330.1426.675071.76
HexDBB39301221E1b3248
Octal33326322302241163362110
Binary1101101110110011100100110100101000011110110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB393; }

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

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

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

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

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

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

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

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