#D1B956

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

Shades of Tacha #D1B956

Tints of Tacha #D1B956

Color information

#D1B956 (or 0xD1B956) is unknown color: approx Tacha. HEX triplet: D1, B9 and 56. RGB value is (209,185,86). Sum of RGB (Red+Green+Blue) = 209+185+86=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B956 is #2E46A9. Grayscale: #B5B5B5. Windows color (decimal): -3032746 or 5683665. OLE color: 5683665.

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

Color convert

RGB20918586-
CMYK00.110.590.18
HSL48.29º57.21%57.84%-
HSV(B)48.29º58.85%81.96%-
XYZ45.3248.9315.86-
YUV180.8974.45148.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 185 (72.66% from 255) = 38.54%
BLUE value IS 86 (33.98% from 255) = 17.92%
R=43.54%
G=38.54%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091858600.110.590.1848.2957.2157.84
HexD1B9560B3B1230393a
Octal3212711260137322607172
Binary110100011011100110101100101111101110010110000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B956; }

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

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

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

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

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

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

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

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