#d3c456

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

Shades of Tacha #D3C456

Tints of Tacha #D3C456

Color information

#D3C456 (or 0xD3C456) is unknown color: approx Tacha. HEX triplet: D3, C4 and 56. RGB value is (211,196,86). Sum of RGB (Red+Green+Blue) = 211+196+86=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C456 is #2C3BA9. Grayscale: #BCBCBC. Windows color (decimal): -2898858 or 5686483. OLE color: 5686483.

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

Color convert

RGB21119686-
CMYK00.070.590.17
HSL52.8º58.69%58.24%-
HSV(B)52.8º59.24%82.75%-
XYZ48.285416.68-
YUV187.9470.47144.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 86 (33.98% from 255) = 17.44%
R=42.80%
G=39.76%
B=17.44%

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
Decimal2111968600.070.590.1752.858.6958.24
HexD3C456073B11353b3a
Octal323304126077321657372
Binary11010011110001001010110011111101110001110101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3c456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3c456; }

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

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

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

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

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

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

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

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