#D1C056

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

Shades of Tacha #D1C056

Tints of Tacha #D1C056

Color information

#D1C056 (or 0xD1C056) is unknown color: approx Tacha. HEX triplet: D1, C0 and 56. RGB value is (209,192,86). Sum of RGB (Red+Green+Blue) = 209+192+86=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C056 is #2E3FA9. Grayscale: #B9B9B9. Windows color (decimal): -3030954 or 5685457. OLE color: 5685457.

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

Color convert

RGB20919286-
CMYK00.080.590.18
HSL51.71º57.21%57.84%-
HSV(B)51.71º58.85%81.96%-
XYZ46.8251.9316.36-
YUV18572.13145.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 192 (75.39% from 255) = 39.43%
BLUE value IS 86 (33.98% from 255) = 17.66%
R=42.92%
G=39.43%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091928600.080.590.1851.7157.2157.84
HexD1C056083B1234393a
Octal3213001260107322647172
Binary110100011100000010101100100011101110010110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C056; }

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

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

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

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

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

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

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

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