#DAB89A

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

Shades of Pancho #DAB89A

Tints of Pancho #DAB89A

Color information

#DAB89A (or 0xDAB89A) is unknown color: approx Pancho. HEX triplet: DA, B8 and 9A. RGB value is (218,184,154). Sum of RGB (Red+Green+Blue) = 218+184+154=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB89A is #254765. Grayscale: #BEBEBE. Windows color (decimal): -2443110 or 10139866. OLE color: 10139866.

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

Color convert

RGB218184154-
CMYK00.160.290.15
HSL28.13º46.38%72.94%-
HSV(B)28.13º29.36%85.49%-
XYZ51.8951.5237.78-
YUV190.75107.26147.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 184 (72.27% from 255) = 33.09%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=39.21%
G=33.09%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818415400.160.290.1528.1346.3872.94
HexDAB89A0101DF1c2e49
Octal33227023202035173456111
Binary110110101011100010011010010000111011111111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB89A; }

 p { color: rgb(218,184,154); }

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

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

 a { background-color: rgb(218,184,154); }

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

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

 span { border-color: rgb(218,184,154); }

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