#DABB60

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

Shades of Tacha #DABB60

Tints of Tacha #DABB60

Color information

#DABB60 (or 0xDABB60) is unknown color: approx Tacha. HEX triplet: DA, BB and 60. RGB value is (218,187,96). Sum of RGB (Red+Green+Blue) = 218+187+96=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB60 is #25449F. Grayscale: #BABABA. Windows color (decimal): -2442400 or 6339546. OLE color: 6339546.

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

Color convert

RGB21818796-
CMYK00.140.560.15
HSL44.75º62.24%61.57%-
HSV(B)44.75º55.96%85.49%-
XYZ48.851.2918.39-
YUV185.977.27150.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 96 (37.89% from 255) = 19.16%
R=43.51%
G=37.33%
B=19.16%

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
Decimal2181879600.140.560.1544.7562.2461.57
HexDABB600E38F2d3e3e
Octal3322731400167017557676
Binary11011010101110111100000011101110001111101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB60; }

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

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

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

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

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

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

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

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