#DABC52

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

Shades of Tacha #DABC52

Tints of Tacha #DABC52

Color information

#DABC52 (or 0xDABC52) is unknown color: approx Tacha. HEX triplet: DA, BC and 52. RGB value is (218,188,82). Sum of RGB (Red+Green+Blue) = 218+188+82=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC52 is #2543AD. Grayscale: #B9B9B9. Windows color (decimal): -2442158 or 5422298. OLE color: 5422298.

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

Color convert

RGB21818882-
CMYK00.140.620.15
HSL46.76º64.76%58.82%-
HSV(B)46.76º62.39%85.49%-
XYZ48.4251.4815.37-
YUV184.8969.94151.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 188 (73.83% from 255) = 38.52%
BLUE value IS 82 (32.42% from 255) = 16.80%
R=44.67%
G=38.52%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181888200.140.620.1546.7664.7658.82
HexDABC520E3EF2f413b
Octal33227412201676175710173
Binary110110101011110010100100111011111011111011111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC52; }

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

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

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

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

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

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

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

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