#D6BA62

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

Shades of Tacha #D6BA62

Tints of Tacha #D6BA62

Color information

#D6BA62 (or 0xD6BA62) is unknown color: approx Tacha. HEX triplet: D6, BA and 62. RGB value is (214,186,98). Sum of RGB (Red+Green+Blue) = 214+186+98=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA62 is #29459D. Grayscale: #B8B8B8. Windows color (decimal): -2704798 or 6470358. OLE color: 6470358.

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

Color convert

RGB21418698-
CMYK00.130.540.16
HSL45.52º58.59%61.18%-
HSV(B)45.52º54.21%83.92%-
XYZ47.550.318.76-
YUV184.3479.28149.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 98 (38.67% from 255) = 19.68%
R=42.97%
G=37.35%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141869800.130.540.1645.5258.5961.18
HexD6BA620D36102e3b3d
Octal3262721420156620567375
Binary110101101011101011000100110111011010000101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA62; }

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

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

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

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

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

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

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

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