#D1B365

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

Shades of Tacha #D1B365

Tints of Tacha #D1B365

Color information

#D1B365 (or 0xD1B365) is unknown color: approx Tacha. HEX triplet: D1, B3 and 65. RGB value is (209,179,101). Sum of RGB (Red+Green+Blue) = 209+179+101=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B365 is #2E4C9A. Grayscale: #B3B3B3. Windows color (decimal): -3034267 or 6665169. OLE color: 6665169.

HSL color Cylindrical-coordinate representation of color #D1B365: hue angle of 43.33º 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 #D1B365 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB209179101-
CMYK00.140.520.18
HSL43.33º54%60.78%-
HSV(B)43.33º51.67%81.96%-
XYZ44.7646.7418.97-
YUV179.0883.94149.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.74%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 101 (39.84% from 255) = 20.65%
R=42.74%
G=36.61%
B=20.65%

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
Decimal20917910100.140.520.1843.335460.78
HexD1B3650E34122b363d
Octal3212631450166422536675
Binary110100011011001111001010111011010010010101011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B365; }

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

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

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

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

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

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

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

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