#DBB890

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

Shades of Pancho #DBB890

Tints of Pancho #DBB890

Color information

#DBB890 (or 0xDBB890) is unknown color: approx Pancho. HEX triplet: DB, B8 and 90. RGB value is (219,184,144). Sum of RGB (Red+Green+Blue) = 219+184+144=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB890 is #24476F. Grayscale: #BEBEBE. Windows color (decimal): -2377584 or 9484507. OLE color: 9484507.

HSL color Cylindrical-coordinate representation of color #DBB890: hue angle of 32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBB890 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB219184144-
CMYK00.160.340.14
HSL32º51.02%71.18%-
HSV(B)32º34.25%85.88%-
XYZ51.3951.3533.59-
YUV189.9102.1148.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 144 (56.64% from 255) = 26.33%
R=40.04%
G=33.64%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918414400.160.340.143251.0271.18
HexDBB89001022E203347
Octal33327022002042164063107
Binary11011011101110001001000001000010001011101000001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB890; }

 p { color: rgb(219,184,144); }

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

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

 a { background-color: rgb(219,184,144); }

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

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

 span { border-color: rgb(219,184,144); }

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