#D3B965

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

Shades of Tacha #D3B965

Tints of Tacha #D3B965

Color information

#D3B965 (or 0xD3B965) is unknown color: approx Tacha. HEX triplet: D3, B9 and 65. RGB value is (211,185,101). Sum of RGB (Red+Green+Blue) = 211+185+101=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B965 is #2C469A. Grayscale: #B7B7B7. Windows color (decimal): -2901659 or 6666707. OLE color: 6666707.

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

Color convert

RGB211185101-
CMYK00.120.520.17
HSL45.82º55.56%61.18%-
HSV(B)45.82º52.13%82.75%-
XYZ46.5649.4919.41-
YUV183.281.61147.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.45%
GREEN value IS 185 (72.66% from 255) = 37.22%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=42.45%
G=37.22%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118510100.120.520.1745.8255.5661.18
HexD3B9650C34112e383d
Octal3232711450146421567075
Binary110100111011100111001010110011010010001101110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B965; }

 p { color: rgb(211,185,101); }

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

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

 a { background-color: rgb(211,185,101); }

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

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

 span { border-color: rgb(211,185,101); }

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