#D4C160

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

Shades of Tacha #D4C160

Tints of Tacha #D4C160

Color information

#D4C160 (or 0xD4C160) is unknown color: approx Tacha. HEX triplet: D4, C1 and 60. RGB value is (212,193,96). Sum of RGB (Red+Green+Blue) = 212+193+96=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C160 is #2B3E9F. Grayscale: #BCBCBC. Windows color (decimal): -2834080 or 6341076. OLE color: 6341076.

HSL color Cylindrical-coordinate representation of color #D4C160: hue angle of 50.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4C160 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21219396-
CMYK00.090.550.17
HSL50.17º57.43%60.39%-
HSV(B)50.17º54.72%83.14%-
XYZ48.3352.9818.75-
YUV187.6276.29145.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 96 (37.89% from 255) = 19.16%
R=42.32%
G=38.52%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121939600.090.550.1750.1757.4360.39
HexD4C16009371132393c
Octal3243011400116721627174
Binary110101001100000111000000100111011110001110010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C160; }

 p { color: rgb(212,193,96); }

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

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

 a { background-color: rgb(212,193,96); }

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

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

 span { border-color: rgb(212,193,96); }

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