#D5BA5E

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

Shades of Tacha #D5BA5E

Tints of Tacha #D5BA5E

Color information

#D5BA5E (or 0xD5BA5E) is unknown color: approx Tacha. HEX triplet: D5, BA and 5E. RGB value is (213,186,94). Sum of RGB (Red+Green+Blue) = 213+186+94=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA5E is #2A45A1. Grayscale: #B7B7B7. Windows color (decimal): -2770338 or 6208213. OLE color: 6208213.

HSL color Cylindrical-coordinate representation of color #D5BA5E: hue angle of 46.39º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5BA5E is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21318694-
CMYK00.130.560.16
HSL46.39º58.62%60.2%-
HSV(B)46.39º55.87%83.53%-
XYZ47.0250.0717.78-
YUV183.5877.45148.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 94 (37.11% from 255) = 19.07%
R=43.20%
G=37.73%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131869400.130.560.1646.3958.6260.2
HexD5BA5E0D38102e3b3c
Octal3252721360157020567374
Binary110101011011101010111100110111100010000101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BA5E; }

 p { color: rgb(213,186,94); }

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

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

 a { background-color: rgb(213,186,94); }

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

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

 span { border-color: rgb(213,186,94); }

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