#DBB392

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

Shades of Pancho #DBB392

Tints of Pancho #DBB392

Color information

#DBB392 (or 0xDBB392) is unknown color: approx Pancho. HEX triplet: DB, B3 and 92. RGB value is (219,179,146). Sum of RGB (Red+Green+Blue) = 219+179+146=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB392 is #244C6D. Grayscale: #BBBBBB. Windows color (decimal): -2378862 or 9614299. OLE color: 9614299.

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

Color convert

RGB219179146-
CMYK00.180.330.14
HSL27.12º50.34%71.57%-
HSV(B)27.12º33.33%85.88%-
XYZ50.5249.3834.06-
YUV187.2104.75150.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=40.26%
G=32.90%
B=26.84%

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
Decimal21917914600.180.330.1427.1250.3471.57
HexDBB39201221E1b3248
Octal33326322202241163362110
Binary1101101110110011100100100100101000011110110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB392; }

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

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

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

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

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

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

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

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