#DABB5F

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

Shades of Tacha #DABB5F

Tints of Tacha #DABB5F

Color information

#DABB5F (or 0xDABB5F) is unknown color: approx Tacha. HEX triplet: DA, BB and 5F. RGB value is (218,187,95). Sum of RGB (Red+Green+Blue) = 218+187+95=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB5F is #2544A0. Grayscale: #BABABA. Windows color (decimal): -2442401 or 6274010. OLE color: 6274010.

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

Color convert

RGB21818795-
CMYK00.140.560.15
HSL44.88º62.44%61.37%-
HSV(B)44.88º56.42%85.49%-
XYZ48.7551.2718.15-
YUV185.7876.77150.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 95 (37.5% from 255) = 19%
R=43.6%
G=37.4%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181879500.140.560.1544.8862.4461.37
HexDABB5F0E38F2d3e3d
Octal3322731370167017557675
Binary11011010101110111011111011101110001111101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB5F; }

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

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

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

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

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

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

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

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