#D3C564

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

Shades of Tacha #D3C564

Tints of Tacha #D3C564

Color information

#D3C564 (or 0xD3C564) is unknown color: approx Tacha. HEX triplet: D3, C5 and 64. RGB value is (211,197,100). Sum of RGB (Red+Green+Blue) = 211+197+100=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C564 is #2C3A9B. Grayscale: #BEBEBE. Windows color (decimal): -2898588 or 6604243. OLE color: 6604243.

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

Color convert

RGB211197100-
CMYK00.070.530.17
HSL52.43º55.78%60.98%-
HSV(B)52.43º52.61%82.75%-
XYZ49.1354.720.03-
YUV190.1377.14142.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.54%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 100 (39.45% from 255) = 19.69%
R=41.54%
G=38.78%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119710000.070.530.1752.4355.7860.98
HexD3C56407351134383d
Octal323305144076521647075
Binary11010011110001011100100011111010110001110100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C564; }

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

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

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

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

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

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

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

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