#DABC99

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

Shades of Pancho #DABC99

Tints of Pancho #DABC99

Color information

#DABC99 (or 0xDABC99) is unknown color: approx Pancho. HEX triplet: DA, BC and 99. RGB value is (218,188,153). Sum of RGB (Red+Green+Blue) = 218+188+153=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC99 is #254366. Grayscale: #C1C1C1. Windows color (decimal): -2442087 or 10075354. OLE color: 10075354.

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

Color convert

RGB218188153-
CMYK00.140.300.15
HSL32.31º46.76%72.75%-
HSV(B)32.31º29.82%85.49%-
XYZ52.6553.1737.63-
YUV192.98105.44145.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=39.00%
G=33.63%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818815300.140.300.1532.3146.7672.75
HexDABC990E1EF202f49
Octal33227423101636174057111
Binary110110101011110010011001011101111011111000001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC99; }

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

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

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

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

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

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

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

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