Html Css Color HEX #D6C960 Tacha

📋 copy color: '#D6C960'

red 214 ◦ green 201 ◦ blue 96

#D6C960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #D6C960

Tints of Tacha #D6C960

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 value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6C960 (or 0xD6C960) is known color: 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

RGB 214 201 96 -
CMYK 0 0.06 0.55 0.16
HSL 53.39º 0.59% 0.61% -
HSV(B) 53.39º 0.55% 0.84% -
XYZ 50.73 56.91 19.38 -
YUV 192.92 73.31 143.04 -
System Red Green Blue C M Y K H S L
Decimal 214 201 96 0 0.06 0.55 0.16 53.39 0.59 0.61
Hex D6 C9 60 0 6 37 10 35 3B 3D
Octal 326 311 140 0 6 67 20 65 73 75
Binary 11010110 11001001 1100000 0 110 110111 10000 110101 111011 111101

Color Harmonies of #D6C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C960

Black with #D6C960

Text Example


Text Example

White with #D6C960

Text Example


Text Example

HTML Codes & Css Web 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>