#DABB57

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

Shades of Tacha #DABB57

Tints of Tacha #DABB57

Color information

#DABB57 (or 0xDABB57) is unknown color: approx Tacha. HEX triplet: DA, BB and 57. RGB value is (218,187,87). Sum of RGB (Red+Green+Blue) = 218+187+87=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB57 is #2544A8. Grayscale: #B9B9B9. Windows color (decimal): -2442409 or 5749722. OLE color: 5749722.

HSL color Cylindrical-coordinate representation of color #DABB57: hue angle of 45.8º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DABB57 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB21818787-
CMYK00.140.600.15
HSL45.8º63.9%59.8%-
HSV(B)45.8º60.09%85.49%-
XYZ48.451.1316.34-
YUV184.8772.77151.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.31%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 87 (34.38% from 255) = 17.68%
R=44.31%
G=38.01%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181878700.140.600.1545.863.959.8
HexDABB570E3CF2e403c
Octal33227312701674175610074
Binary110110101011101110101110111011110011111011101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB57; }

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

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

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

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

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

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

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

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