#DABA5F

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

Shades of Tacha #DABA5F

Tints of Tacha #DABA5F

Color information

#DABA5F (or 0xDABA5F) is unknown color: approx Tacha. HEX triplet: DA, BA and 5F. RGB value is (218,186,95). Sum of RGB (Red+Green+Blue) = 218+186+95=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA5F is #2545A0. Grayscale: #B9B9B9. Windows color (decimal): -2442657 or 6273754. OLE color: 6273754.

HSL color Cylindrical-coordinate representation of color #DABA5F: hue angle of 44.39º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DABA5F is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21818695-
CMYK00.150.560.15
HSL44.39º62.44%61.37%-
HSV(B)44.39º56.42%85.49%-
XYZ48.5450.8518.08-
YUV185.1977.1151.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=43.69%
G=37.27%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181869500.150.560.1544.3962.4461.37
HexDABA5F0F38F2c3e3d
Octal3322721370177017547675
Binary11011010101110101011111011111110001111101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA5F; }

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

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

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

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

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

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

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

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