#D3BA67

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

Shades of Tacha #D3BA67

Tints of Tacha #D3BA67

Color information

#D3BA67 (or 0xD3BA67) is unknown color: approx Tacha. HEX triplet: D3, BA and 67. RGB value is (211,186,103). Sum of RGB (Red+Green+Blue) = 211+186+103=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BA67 is #2C4598. Grayscale: #B8B8B8. Windows color (decimal): -2901401 or 6798035. OLE color: 6798035.

HSL color Cylindrical-coordinate representation of color #D3BA67: hue angle of 46.11º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3BA67 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB211186103-
CMYK00.120.510.17
HSL46.11º55.1%61.57%-
HSV(B)46.11º51.18%82.75%-
XYZ46.8749.9520-
YUV184.0182.28147.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.2%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 103 (40.62% from 255) = 20.6%
R=42.2%
G=37.2%
B=20.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118610300.120.510.1746.1155.161.57
HexD3BA670C33112e373e
Octal3232721470146321566776
Binary110100111011101011001110110011001110001101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BA67; }

 p { color: rgb(211,186,103); }

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

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

 a { background-color: rgb(211,186,103); }

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

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

 span { border-color: rgb(211,186,103); }

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