#D1B765

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

Shades of Tacha #D1B765

Tints of Tacha #D1B765

Color information

#D1B765 (or 0xD1B765) is unknown color: approx Tacha. HEX triplet: D1, B7 and 65. RGB value is (209,183,101). Sum of RGB (Red+Green+Blue) = 209+183+101=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B765 is #2E489A. Grayscale: #B5B5B5. Windows color (decimal): -3033243 or 6666193. OLE color: 6666193.

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

Color convert

RGB209183101-
CMYK00.120.520.18
HSL45.56º54%60.78%-
HSV(B)45.56º51.67%81.96%-
XYZ45.5848.3619.24-
YUV181.4382.61147.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 183 (71.88% from 255) = 37.12%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=42.39%
G=37.12%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918310100.120.520.1845.565460.78
HexD1B7650C34122e363d
Octal3212671450146422566675
Binary110100011011011111001010110011010010010101110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B765; }

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

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

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

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

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

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

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

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