#DABA99

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

Shades of Pancho #DABA99

Tints of Pancho #DABA99

Color information

#DABA99 (or 0xDABA99) is unknown color: approx Pancho. HEX triplet: DA, BA and 99. RGB value is (218,186,153). Sum of RGB (Red+Green+Blue) = 218+186+153=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA99 is #254566. Grayscale: #BFBFBF. Windows color (decimal): -2442599 or 10074842. OLE color: 10074842.

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

Color convert

RGB218186153-
CMYK00.150.300.15
HSL30.46º46.76%72.75%-
HSV(B)30.46º29.82%85.49%-
XYZ52.2252.3237.48-
YUV191.81106.1146.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=39.14%
G=33.39%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818615300.150.300.1530.4646.7672.75
HexDABA990F1EF1e2f49
Octal33227223101736173657111
Binary11011010101110101001100101111111101111111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA99; }

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

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

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

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

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

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

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

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