#DBB791

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

Shades of Pancho #DBB791

Tints of Pancho #DBB791

Color information

#DBB791 (or 0xDBB791) is unknown color: approx Pancho. HEX triplet: DB, B7 and 91. RGB value is (219,183,145). Sum of RGB (Red+Green+Blue) = 219+183+145=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB791 is #24486E. Grayscale: #BDBDBD. Windows color (decimal): -2377839 or 9549787. OLE color: 9549787.

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

Color convert

RGB219183145-
CMYK00.160.340.14
HSL30.81º50.68%71.37%-
HSV(B)30.81º33.79%85.88%-
XYZ51.2650.9733.92-
YUV189.43102.93149.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 145 (57.03% from 255) = 26.51%
R=40.04%
G=33.46%
B=26.51%

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
Decimal21918314500.160.340.1430.8150.6871.37
HexDBB79101022E1f3347
Octal33326722102042163763107
Binary1101101110110111100100010100001000101110111111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB791; }

 p { color: rgb(219,183,145); }

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

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

 a { background-color: rgb(219,183,145); }

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

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

 span { border-color: rgb(219,183,145); }

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