#D4BA5E

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

Shades of Tacha #D4BA5E

Tints of Tacha #D4BA5E

Color information

#D4BA5E (or 0xD4BA5E) is unknown color: approx Tacha. HEX triplet: D4, BA and 5E. RGB value is (212,186,94). Sum of RGB (Red+Green+Blue) = 212+186+94=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA5E is #2B45A1. Grayscale: #B7B7B7. Windows color (decimal): -2835874 or 6208212. OLE color: 6208212.

HSL color Cylindrical-coordinate representation of color #D4BA5E: hue angle of 46.78º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4BA5E is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB21218694-
CMYK00.120.560.17
HSL46.78º57.84%60%-
HSV(B)46.78º55.66%83.14%-
XYZ46.7349.9217.76-
YUV183.2977.61148.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 94 (37.11% from 255) = 19.11%
R=43.09%
G=37.80%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121869400.120.560.1746.7857.8460
HexD4BA5E0C38112f3a3c
Octal3242721360147021577274
Binary110101001011101010111100110011100010001101111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BA5E; }

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

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

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

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

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

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

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

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