#D7C466

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

Shades of Tacha #D7C466

Tints of Tacha #D7C466

Color information

#D7C466 (or 0xD7C466) is unknown color: approx Tacha. HEX triplet: D7, C4 and 66. RGB value is (215,196,102). Sum of RGB (Red+Green+Blue) = 215+196+102=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C466 is #283B99. Grayscale: #BFBFBF. Windows color (decimal): -2636698 or 6735063. OLE color: 6735063.

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

Color convert

RGB215196102-
CMYK00.090.530.16
HSL49.91º58.55%62.16%-
HSV(B)49.91º52.56%84.31%-
XYZ50.1654.8920.52-
YUV190.9677.79145.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 102 (40.23% from 255) = 19.88%
R=41.91%
G=38.21%
B=19.88%

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
Decimal21519610200.090.530.1649.9158.5562.16
HexD7C466093510323b3e
Octal3273041460116520627376
Binary110101111100010011001100100111010110000110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C466; }

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

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

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

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

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

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

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

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