#D7C465

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

Shades of Tacha #D7C465

Tints of Tacha #D7C465

Color information

#D7C465 (or 0xD7C465) is unknown color: approx Tacha. HEX triplet: D7, C4 and 65. RGB value is (215,196,101). Sum of RGB (Red+Green+Blue) = 215+196+101=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C465 is #283B9A. Grayscale: #BFBFBF. Windows color (decimal): -2636699 or 6669527. OLE color: 6669527.

HSL color Cylindrical-coordinate representation of color #D7C465: hue angle of 50º 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 #D7C465 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215196101-
CMYK00.090.530.16
HSL50º58.76%61.96%-
HSV(B)50º53.02%84.31%-
XYZ50.1154.8720.26-
YUV190.8577.29145.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.99%
GREEN value IS 196 (76.95% from 255) = 38.28%
BLUE value IS 101 (39.84% from 255) = 19.73%
R=41.99%
G=38.28%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519610100.090.530.165058.7661.96
HexD7C465093510323b3e
Octal3273041450116520627376
Binary110101111100010011001010100111010110000110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C465; }

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

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

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

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

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

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

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

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