#D4BA59

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

Shades of Tacha #D4BA59

Tints of Tacha #D4BA59

Color information

#D4BA59 (or 0xD4BA59) is unknown color: approx Tacha. HEX triplet: D4, BA and 59. RGB value is (212,186,89). Sum of RGB (Red+Green+Blue) = 212+186+89=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA59 is #2B45A6. Grayscale: #B7B7B7. Windows color (decimal): -2835879 or 5880532. OLE color: 5880532.

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

Color convert

RGB21218689-
CMYK00.120.580.17
HSL47.32º58.85%59.02%-
HSV(B)47.32º58.02%83.14%-
XYZ46.5149.8416.62-
YUV182.7275.11148.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.53%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 89 (35.16% from 255) = 18.28%
R=43.53%
G=38.19%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121868900.120.580.1747.3258.8559.02
HexD4BA590C3A112f3b3b
Octal3242721310147221577373
Binary110101001011101010110010110011101010001101111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BA59; }

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

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

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

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

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

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

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

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