#DABD60

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

Shades of Tacha #DABD60

Tints of Tacha #DABD60

Color information

#DABD60 (or 0xDABD60) is unknown color: approx Tacha. HEX triplet: DA, BD and 60. RGB value is (218,189,96). Sum of RGB (Red+Green+Blue) = 218+189+96=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD60 is #25429F. Grayscale: #BBBBBB. Windows color (decimal): -2441888 or 6340058. OLE color: 6340058.

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

Color convert

RGB21818996-
CMYK00.130.560.15
HSL45.74º62.24%61.57%-
HSV(B)45.74º55.96%85.49%-
XYZ49.2252.1518.54-
YUV187.0776.61150.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 96 (37.89% from 255) = 19.09%
R=43.34%
G=37.57%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181899600.130.560.1545.7462.2461.57
HexDABD600D38F2e3e3e
Octal3322751400157017567676
Binary11011010101111011100000011011110001111101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD60; }

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

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

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

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

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

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

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

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