#D1B958

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

Shades of Tacha #D1B958

Tints of Tacha #D1B958

Color information

#D1B958 (or 0xD1B958) is unknown color: approx Tacha. HEX triplet: D1, B9 and 58. RGB value is (209,185,88). Sum of RGB (Red+Green+Blue) = 209+185+88=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B958 is #2E46A7. Grayscale: #B5B5B5. Windows color (decimal): -3032744 or 5814737. OLE color: 5814737.

HSL color Cylindrical-coordinate representation of color #D1B958: hue angle of 48.1º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1B958 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB20918588-
CMYK00.110.580.18
HSL48.1º56.81%58.24%-
HSV(B)48.1º57.89%81.96%-
XYZ45.448.9616.29-
YUV181.1275.45147.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 88 (34.77% from 255) = 18.26%
R=43.36%
G=38.38%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091858800.110.580.1848.156.8158.24
HexD1B9580B3A1230393a
Octal3212711300137222607172
Binary110100011011100110110000101111101010010110000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B958; }

 p { color: rgb(209,185,88); }

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

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

 a { background-color: rgb(209,185,88); }

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

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

 span { border-color: rgb(209,185,88); }

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