#DABC9A

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

Shades of Pancho #DABC9A

Tints of Pancho #DABC9A

Color information

#DABC9A (or 0xDABC9A) is unknown color: approx Pancho. HEX triplet: DA, BC and 9A. RGB value is (218,188,154). Sum of RGB (Red+Green+Blue) = 218+188+154=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC9A is #254365. Grayscale: #C1C1C1. Windows color (decimal): -2442086 or 10140890. OLE color: 10140890.

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

Color convert

RGB218188154-
CMYK00.140.290.15
HSL31.88º46.38%72.94%-
HSV(B)31.88º29.36%85.49%-
XYZ52.7353.238.06-
YUV193.09105.94145.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 154 (60.55% from 255) = 27.5%
R=38.93%
G=33.57%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818815400.140.290.1531.8846.3872.94
HexDABC9A0E1DF202e49
Octal33227423201635174056111
Binary110110101011110010011010011101110111111000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC9A; }

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

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

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

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

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

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

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

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