#DBB79A

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

Shades of Pancho #DBB79A

Tints of Pancho #DBB79A

Color information

#DBB79A (or 0xDBB79A) is unknown color: approx Pancho. HEX triplet: DB, B7 and 9A. RGB value is (219,183,154). Sum of RGB (Red+Green+Blue) = 219+183+154=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB79A is #244865. Grayscale: #BEBEBE. Windows color (decimal): -2377830 or 10139611. OLE color: 10139611.

HSL color Cylindrical-coordinate representation of color #DBB79A: hue angle of 26.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB79A is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219183154-
CMYK00.160.300.14
HSL26.77º47.45%73.14%-
HSV(B)26.77º29.68%85.88%-
XYZ51.9851.2637.73-
YUV190.46107.43148.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 183 (71.88% from 255) = 32.91%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=39.39%
G=32.91%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918315400.160.300.1426.7747.4573.14
HexDBB79A0101EE1b2f49
Octal33326723202036163357111
Binary110110111011011110011010010000111101110110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB79A; }

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

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

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

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

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

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

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

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