#D7C160

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

Shades of Tacha #D7C160

Tints of Tacha #D7C160

Color information

#D7C160 (or 0xD7C160) is unknown color: approx Tacha. HEX triplet: D7, C1 and 60. RGB value is (215,193,96). Sum of RGB (Red+Green+Blue) = 215+193+96=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C160 is #283E9F. Grayscale: #BCBCBC. Windows color (decimal): -2637472 or 6341079. OLE color: 6341079.

HSL color Cylindrical-coordinate representation of color #D7C160: hue angle of 48.91º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7C160 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21519396-
CMYK00.100.550.16
HSL48.91º59.8%60.98%-
HSV(B)48.91º55.35%84.31%-
XYZ49.2153.4318.79-
YUV188.5275.79146.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 96 (37.89% from 255) = 19.05%
R=42.66%
G=38.29%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151939600.100.550.1648.9159.860.98
HexD7C1600A3710313c3d
Octal3273011400126720617475
Binary110101111100000111000000101011011110000110001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C160; }

 p { color: rgb(215,193,96); }

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

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

 a { background-color: rgb(215,193,96); }

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

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

 span { border-color: rgb(215,193,96); }

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