#DABC61

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

Shades of Tacha #DABC61

Tints of Tacha #DABC61

Color information

#DABC61 (or 0xDABC61) is unknown color: approx Tacha. HEX triplet: DA, BC and 61. RGB value is (218,188,97). Sum of RGB (Red+Green+Blue) = 218+188+97=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC61 is #25439E. Grayscale: #BABABA. Windows color (decimal): -2442143 or 6405338. OLE color: 6405338.

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

Color convert

RGB21818897-
CMYK00.140.560.15
HSL45.12º62.05%61.76%-
HSV(B)45.12º55.5%85.49%-
XYZ49.0551.7318.71-
YUV186.677.44150.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 97 (38.28% from 255) = 19.28%
R=43.34%
G=37.38%
B=19.28%

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
Decimal2181889700.140.560.1545.1262.0561.76
HexDABC610E38F2d3e3e
Octal3322741410167017557676
Binary11011010101111001100001011101110001111101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC61; }

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

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

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

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

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

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

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

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