#d6c960

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

Shades of Tacha #D6C960

Tints of Tacha #D6C960

Color information

#D6C960 (or 0xD6C960) is unknown color: approx Tacha. HEX triplet: D6, C9 and 60. RGB value is (214,201,96). Sum of RGB (Red+Green+Blue) = 214+201+96=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C960 is #29369F. Grayscale: #C1C1C1. Windows color (decimal): -2700960 or 6343126. OLE color: 6343126.

HSL color Cylindrical-coordinate representation of color #D6C960: hue angle of 53.39º degrees, saturation: 0.59, 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 #D6C960 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21420196-
CMYK00.060.550.16
HSL53.39º59%60.78%-
HSV(B)53.39º55.14%83.92%-
XYZ50.7356.9119.38-
YUV192.9273.31143.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 201 (78.91% from 255) = 39.33%
BLUE value IS 96 (37.89% from 255) = 18.79%
R=41.88%
G=39.33%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142019600.060.550.1653.395960.78
HexD6C960063710353b3d
Octal326311140066720657375
Binary11010110110010011100000011011011110000110101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6c960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6c960; }

 p { color: rgb(214,201,96); }

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

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

 a { background-color: rgb(214,201,96); }

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

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

 span { border-color: rgb(214,201,96); }

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