#DABA61

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

Shades of Tacha #DABA61

Tints of Tacha #DABA61

Color information

#DABA61 (or 0xDABA61) is unknown color: approx Tacha. HEX triplet: DA, BA and 61. RGB value is (218,186,97). Sum of RGB (Red+Green+Blue) = 218+186+97=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA61 is #25459E. Grayscale: #B9B9B9. Windows color (decimal): -2442655 or 6404826. OLE color: 6404826.

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

Color convert

RGB21818697-
CMYK00.150.560.15
HSL44.13º62.05%61.76%-
HSV(B)44.13º55.5%85.49%-
XYZ48.6350.8918.57-
YUV185.4278.1151.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 97 (38.28% from 255) = 19.36%
R=43.51%
G=37.13%
B=19.36%

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
Decimal2181869700.150.560.1544.1362.0561.76
HexDABA610F38F2c3e3e
Octal3322721410177017547676
Binary11011010101110101100001011111110001111101100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA61; }

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

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

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

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

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

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

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

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