#D7C565

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

Shades of Tacha #D7C565

Tints of Tacha #D7C565

Color information

#D7C565 (or 0xD7C565) is unknown color: approx Tacha. HEX triplet: D7, C5 and 65. RGB value is (215,197,101). Sum of RGB (Red+Green+Blue) = 215+197+101=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C565 is #283A9A. Grayscale: #BFBFBF. Windows color (decimal): -2636443 or 6669783. OLE color: 6669783.

HSL color Cylindrical-coordinate representation of color #D7C565: hue angle of 50.53º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7C565 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215197101-
CMYK00.080.530.16
HSL50.53º58.76%61.96%-
HSV(B)50.53º53.02%84.31%-
XYZ50.3455.3220.34-
YUV191.4476.96144.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 101 (39.84% from 255) = 19.69%
R=41.91%
G=38.40%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519710100.080.530.1650.5358.7661.96
HexD7C565083510333b3e
Octal3273051450106520637376
Binary110101111100010111001010100011010110000110011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C565; }

 p { color: rgb(215,197,101); }

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

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

 a { background-color: rgb(215,197,101); }

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

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

 span { border-color: rgb(215,197,101); }

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