#D1B364

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

Shades of Tacha #D1B364

Tints of Tacha #D1B364

Color information

#D1B364 (or 0xD1B364) is unknown color: approx Tacha. HEX triplet: D1, B3 and 64. RGB value is (209,179,100). Sum of RGB (Red+Green+Blue) = 209+179+100=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B364 is #2E4C9B. Grayscale: #B3B3B3. Windows color (decimal): -3034268 or 6599633. OLE color: 6599633.

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

Color convert

RGB209179100-
CMYK00.140.520.18
HSL43.49º54.23%60.59%-
HSV(B)43.49º52.15%81.96%-
XYZ44.7146.7218.72-
YUV178.9683.44149.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 179 (70.31% from 255) = 36.68%
BLUE value IS 100 (39.45% from 255) = 20.49%
R=42.83%
G=36.68%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917910000.140.520.1843.4954.2360.59
HexD1B3640E34122b363d
Octal3212631440166422536675
Binary110100011011001111001000111011010010010101011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B364; }

 p { color: rgb(209,179,100); }

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

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

 a { background-color: rgb(209,179,100); }

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

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

 span { border-color: rgb(209,179,100); }

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