#DAB961

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

Shades of Tacha #DAB961

Tints of Tacha #DAB961

Color information

#DAB961 (or 0xDAB961) is unknown color: approx Tacha. HEX triplet: DA, B9 and 61. RGB value is (218,185,97). Sum of RGB (Red+Green+Blue) = 218+185+97=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB961 is #25469E. Grayscale: #B9B9B9. Windows color (decimal): -2442911 or 6404570. OLE color: 6404570.

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

Color convert

RGB21818597-
CMYK00.150.560.15
HSL43.64º62.05%61.76%-
HSV(B)43.64º55.5%85.49%-
XYZ48.4250.4718.5-
YUV184.8378.43151.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=43.6%
G=37%
B=19.4%

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
Decimal2181859700.150.560.1543.6462.0561.76
HexDAB9610F38F2c3e3e
Octal3322711410177017547676
Binary11011010101110011100001011111110001111101100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB961; }

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

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

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

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

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

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

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

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