#DAB991

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

Shades of Pancho #DAB991

Tints of Pancho #DAB991

Color information

#DAB991 (or 0xDAB991) is unknown color: approx Pancho. HEX triplet: DA, B9 and 91. RGB value is (218,185,145). Sum of RGB (Red+Green+Blue) = 218+185+145=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB991 is #25466E. Grayscale: #BEBEBE. Windows color (decimal): -2442863 or 9550298. OLE color: 9550298.

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

Color convert

RGB218185145-
CMYK00.150.330.15
HSL32.88º49.66%71.18%-
HSV(B)32.88º33.49%85.49%-
XYZ51.3751.6534.05-
YUV190.31102.43147.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 185 (72.66% from 255) = 33.76%
BLUE value IS 145 (57.03% from 255) = 26.46%
R=39.78%
G=33.76%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818514500.150.330.1532.8849.6671.18
HexDAB9910F21F213247
Octal33227122101741174162107
Binary1101101010111001100100010111110000111111000011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB991; }

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

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

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

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

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

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

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

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