#D6BA58

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

Shades of Tacha #D6BA58

Tints of Tacha #D6BA58

Color information

#D6BA58 (or 0xD6BA58) is unknown color: approx Tacha. HEX triplet: D6, BA and 58. RGB value is (214,186,88). Sum of RGB (Red+Green+Blue) = 214+186+88=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA58 is #2945A7. Grayscale: #B7B7B7. Windows color (decimal): -2704808 or 5814998. OLE color: 5814998.

HSL color Cylindrical-coordinate representation of color #D6BA58: hue angle of 46.67º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6BA58 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB21418688-
CMYK00.130.590.16
HSL46.67º60.58%59.22%-
HSV(B)46.67º58.88%83.92%-
XYZ47.0550.1216.43-
YUV183.274.28149.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 88 (34.77% from 255) = 18.03%
R=43.85%
G=38.11%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141868800.130.590.1646.6760.5859.22
HexD6BA580D3B102f3d3b
Octal3262721300157320577573
Binary110101101011101010110000110111101110000101111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA58; }

 p { color: rgb(214,186,88); }

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

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

 a { background-color: rgb(214,186,88); }

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

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

 span { border-color: rgb(214,186,88); }

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