#D9BA64

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

Shades of Tacha #D9BA64

Tints of Tacha #D9BA64

Color information

#D9BA64 (or 0xD9BA64) is unknown color: approx Tacha. HEX triplet: D9, BA and 64. RGB value is (217,186,100). Sum of RGB (Red+Green+Blue) = 217+186+100=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA64 is #26459B. Grayscale: #B9B9B9. Windows color (decimal): -2508188 or 6601433. OLE color: 6601433.

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

Color convert

RGB217186100-
CMYK00.140.540.15
HSL44.1º60.62%62.16%-
HSV(B)44.1º53.92%85.1%-
XYZ48.4750.7919.31-
YUV185.4679.77150.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 100 (39.45% from 255) = 19.88%
R=43.14%
G=36.98%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718610000.140.540.1544.160.6262.16
HexD9BA640E36F2c3d3e
Octal3312721440166617547576
Binary11011001101110101100100011101101101111101100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA64; }

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

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

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

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

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

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

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

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