#DAB957

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

Shades of Tacha #DAB957

Tints of Tacha #DAB957

Color information

#DAB957 (or 0xDAB957) is unknown color: approx Tacha. HEX triplet: DA, B9 and 57. RGB value is (218,185,87). Sum of RGB (Red+Green+Blue) = 218+185+87=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB957 is #2546A8. Grayscale: #B8B8B8. Windows color (decimal): -2442921 or 5749210. OLE color: 5749210.

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

Color convert

RGB21818587-
CMYK00.150.600.15
HSL44.89º63.9%59.8%-
HSV(B)44.89º60.09%85.49%-
XYZ47.9850.2916.2-
YUV183.773.43152.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 87 (34.38% from 255) = 17.76%
R=44.49%
G=37.76%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181858700.150.600.1544.8963.959.8
HexDAB9570F3CF2d403c
Octal33227112701774175510074
Binary110110101011100110101110111111110011111011011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB957; }

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

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

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

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

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

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

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

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