#D4C456

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

Shades of Tacha #D4C456

Tints of Tacha #D4C456

Color information

#D4C456 (or 0xD4C456) is unknown color: approx Tacha. HEX triplet: D4, C4 and 56. RGB value is (212,196,86). Sum of RGB (Red+Green+Blue) = 212+196+86=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C456 is #2B3BA9. Grayscale: #BCBCBC. Windows color (decimal): -2833322 or 5686484. OLE color: 5686484.

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

Color convert

RGB21219686-
CMYK00.080.590.17
HSL52.38º59.43%58.43%-
HSV(B)52.38º59.43%83.14%-
XYZ48.5754.1516.7-
YUV188.2470.3144.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 86 (33.98% from 255) = 17.41%
R=42.91%
G=39.68%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121968600.080.590.1752.3859.4358.43
HexD4C456083B11343b3a
Octal3243041260107321647372
Binary110101001100010010101100100011101110001110100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C456; }

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

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

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

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

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

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

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

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