#D1B460

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

Shades of Tacha #D1B460

Tints of Tacha #D1B460

Color information

#D1B460 (or 0xD1B460) is unknown color: approx Tacha. HEX triplet: D1, B4 and 60. RGB value is (209,180,96). Sum of RGB (Red+Green+Blue) = 209+180+96=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B460 is #2E4B9F. Grayscale: #B3B3B3. Windows color (decimal): -3034016 or 6337745. OLE color: 6337745.

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

Color convert

RGB20918096-
CMYK00.140.540.18
HSL44.6º55.12%59.8%-
HSV(B)44.6º54.07%81.96%-
XYZ44.7347.0417.79-
YUV179.181.11149.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 96 (37.89% from 255) = 19.79%
R=43.09%
G=37.11%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091809600.140.540.1844.655.1259.8
HexD1B4600E36122d373c
Octal3212641400166622556774
Binary110100011011010011000000111011011010010101101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B460; }

 p { color: rgb(209,180,96); }

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

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

 a { background-color: rgb(209,180,96); }

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

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

 span { border-color: rgb(209,180,96); }

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