#DABA60

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

Shades of Tacha #DABA60

Tints of Tacha #DABA60

Color information

#DABA60 (or 0xDABA60) is unknown color: approx Tacha. HEX triplet: DA, BA and 60. RGB value is (218,186,96). Sum of RGB (Red+Green+Blue) = 218+186+96=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA60 is #25459F. Grayscale: #B9B9B9. Windows color (decimal): -2442656 or 6339290. OLE color: 6339290.

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

Color convert

RGB21818696-
CMYK00.150.560.15
HSL44.26º62.24%61.57%-
HSV(B)44.26º55.96%85.49%-
XYZ48.5850.8718.32-
YUV185.3177.6151.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 96 (37.89% from 255) = 19.2%
R=43.6%
G=37.2%
B=19.2%

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
Decimal2181869600.150.560.1544.2662.2461.57
HexDABA600F38F2c3e3e
Octal3322721400177017547676
Binary11011010101110101100000011111110001111101100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA60; }

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

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

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

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

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

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

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

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