#d3c556

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

Shades of Tacha #D3C556

Tints of Tacha #D3C556

Color information

#D3C556 (or 0xD3C556) is unknown color: approx Tacha. HEX triplet: D3, C5 and 56. RGB value is (211,197,86). Sum of RGB (Red+Green+Blue) = 211+197+86=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C556 is #2C3AA9. Grayscale: #BCBCBC. Windows color (decimal): -2898602 or 5686739. OLE color: 5686739.

HSL color Cylindrical-coordinate representation of color #D3C556: hue angle of 53.28º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3C556 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB21119786-
CMYK00.070.590.17
HSL53.28º58.69%58.24%-
HSV(B)53.28º59.24%82.75%-
XYZ48.5154.4516.76-
YUV188.5370.14144.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.71%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 86 (33.98% from 255) = 17.41%
R=42.71%
G=39.88%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111978600.070.590.1753.2858.6958.24
HexD3C556073B11353b3a
Octal323305126077321657372
Binary11010011110001011010110011111101110001110101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3c556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3c556; }

 p { color: rgb(211,197,86); }

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

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

 a { background-color: rgb(211,197,86); }

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

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

 span { border-color: rgb(211,197,86); }

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