#D8C560

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

Shades of Tacha #D8C560

Tints of Tacha #D8C560

Color information

#D8C560 (or 0xD8C560) is unknown color: approx Tacha. HEX triplet: D8, C5 and 60. RGB value is (216,197,96). Sum of RGB (Red+Green+Blue) = 216+197+96=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C560 is #273A9F. Grayscale: #BFBFBF. Windows color (decimal): -2570912 or 6342104. OLE color: 6342104.

HSL color Cylindrical-coordinate representation of color #D8C560: hue angle of 50.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8C560 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21619796-
CMYK00.090.560.15
HSL50.5º60.61%61.18%-
HSV(B)50.5º55.56%84.71%-
XYZ50.455.3819.1-
YUV191.1774.29145.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.44%
GREEN value IS 197 (77.34% from 255) = 38.70%
BLUE value IS 96 (37.89% from 255) = 18.86%
R=42.44%
G=38.70%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161979600.090.560.1550.560.6161.18
HexD8C5600938F323d3d
Octal3303051400117017627575
Binary11011000110001011100000010011110001111110010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C560; }

 p { color: rgb(216,197,96); }

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

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

 a { background-color: rgb(216,197,96); }

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

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

 span { border-color: rgb(216,197,96); }

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