#D3B560

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

Shades of Tacha #D3B560

Tints of Tacha #D3B560

Color information

#D3B560 (or 0xD3B560) is unknown color: approx Tacha. HEX triplet: D3, B5 and 60. RGB value is (211,181,96). Sum of RGB (Red+Green+Blue) = 211+181+96=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B560 is #2C4A9F. Grayscale: #B4B4B4. Windows color (decimal): -2902688 or 6338003. OLE color: 6338003.

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

Color convert

RGB21118196-
CMYK00.140.550.17
HSL44.35º56.65%60.2%-
HSV(B)44.35º54.5%82.75%-
XYZ45.547.7417.88-
YUV180.2880.44149.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.24%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 96 (37.89% from 255) = 19.67%
R=43.24%
G=37.09%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111819600.140.550.1744.3556.6560.2
HexD3B5600E37112c393c
Octal3232651400166721547174
Binary110100111011010111000000111011011110001101100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B560; }

 p { color: rgb(211,181,96); }

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

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

 a { background-color: rgb(211,181,96); }

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

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

 span { border-color: rgb(211,181,96); }

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