#D9BA66

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

Shades of Tacha #D9BA66

Tints of Tacha #D9BA66

Color information

#D9BA66 (or 0xD9BA66) is unknown color: approx Tacha. HEX triplet: D9, BA and 66. RGB value is (217,186,102). Sum of RGB (Red+Green+Blue) = 217+186+102=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA66 is #264599. Grayscale: #BABABA. Windows color (decimal): -2508186 or 6732505. OLE color: 6732505.

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

Color convert

RGB217186102-
CMYK00.140.530.15
HSL43.83º60.21%62.55%-
HSV(B)43.83º53%85.1%-
XYZ48.5750.8319.82-
YUV185.6980.77150.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.97%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 102 (40.23% from 255) = 20.20%
R=42.97%
G=36.83%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718610200.140.530.1543.8360.2162.55
HexD9BA660E35F2c3c3f
Octal3312721460166517547477
Binary11011001101110101100110011101101011111101100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA66; }

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

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

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

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

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

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

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

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