#DAB791

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

Shades of Pancho #DAB791

Tints of Pancho #DAB791

Color information

#DAB791 (or 0xDAB791) is unknown color: approx Pancho. HEX triplet: DA, B7 and 91. RGB value is (218,183,145). Sum of RGB (Red+Green+Blue) = 218+183+145=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB791 is #25486E. Grayscale: #BDBDBD. Windows color (decimal): -2443375 or 9549786. OLE color: 9549786.

HSL color Cylindrical-coordinate representation of color #DAB791: hue angle of 31.23º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAB791 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB218183145-
CMYK00.160.330.15
HSL31.23º49.66%71.18%-
HSV(B)31.23º33.49%85.49%-
XYZ50.9650.8233.91-
YUV189.13103.1148.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 145 (57.03% from 255) = 26.56%
R=39.93%
G=33.52%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818314500.160.330.1531.2349.6671.18
HexDAB79101021F1f3247
Octal33226722102041173762107
Binary1101101010110111100100010100001000011111111111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB791; }

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

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

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

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

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

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

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

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