#D9BA5D

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

Shades of Tacha #D9BA5D

Tints of Tacha #D9BA5D

Color information

#D9BA5D (or 0xD9BA5D) is unknown color: approx Tacha. HEX triplet: D9, BA and 5D. RGB value is (217,186,93). Sum of RGB (Red+Green+Blue) = 217+186+93=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA5D is #2645A2. Grayscale: #B9B9B9. Windows color (decimal): -2508195 or 6142681. OLE color: 6142681.

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

Color convert

RGB21718693-
CMYK00.140.570.15
HSL45º62%60.78%-
HSV(B)45º57.14%85.1%-
XYZ48.1550.6617.6-
YUV184.6776.27151.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=43.75%
G=37.5%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171869300.140.570.15456260.78
HexD9BA5D0E39F2d3e3d
Octal3312721350167117557675
Binary11011001101110101011101011101110011111101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA5D; }

 p { color: rgb(217,186,93); }

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

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

 a { background-color: rgb(217,186,93); }

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

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

 span { border-color: rgb(217,186,93); }

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