#D1BA6D

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

Shades of Tacha #D1BA6D

Tints of Tacha #D1BA6D

Color information

#D1BA6D (or 0xD1BA6D) is unknown color: approx Tacha. HEX triplet: D1, BA and 6D. RGB value is (209,186,109). Sum of RGB (Red+Green+Blue) = 209+186+109=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA6D is #2E4592. Grayscale: #B8B8B8. Windows color (decimal): -3032467 or 7191249. OLE color: 7191249.

HSL color Cylindrical-coordinate representation of color #D1BA6D: hue angle of 46.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1BA6D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB209186109-
CMYK00.110.480.18
HSL46.2º52.08%62.35%-
HSV(B)46.2º47.85%81.96%-
XYZ46.6149.7821.62-
YUV184.185.62145.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 109 (42.97% from 255) = 21.63%
R=41.47%
G=36.90%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918610900.110.480.1846.252.0862.35
HexD1BA6D0B30122e343e
Octal3212721550136022566476
Binary110100011011101011011010101111000010010101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA6D; }

 p { color: rgb(209,186,109); }

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

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

 a { background-color: rgb(209,186,109); }

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

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

 span { border-color: rgb(209,186,109); }

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