#DABC60

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

Shades of Tacha #DABC60

Tints of Tacha #DABC60

Color information

#DABC60 (or 0xDABC60) is unknown color: approx Tacha. HEX triplet: DA, BC and 60. RGB value is (218,188,96). Sum of RGB (Red+Green+Blue) = 218+188+96=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC60 is #25439F. Grayscale: #BABABA. Windows color (decimal): -2442144 or 6339802. OLE color: 6339802.

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

Color convert

RGB21818896-
CMYK00.140.560.15
HSL45.25º62.24%61.57%-
HSV(B)45.25º55.96%85.49%-
XYZ49.0151.7218.47-
YUV186.4876.94150.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.43%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 96 (37.89% from 255) = 19.12%
R=43.43%
G=37.45%
B=19.12%

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
Decimal2181889600.140.560.1545.2562.2461.57
HexDABC600E38F2d3e3e
Octal3322741400167017557676
Binary11011010101111001100000011101110001111101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC60; }

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

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

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

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

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

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

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

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