Html Css Color HEX #D6C660 Tacha

📋 copy color: '#D6C660'

red 214 ◦ green 198 ◦ blue 96

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

Shades of Tacha #D6C660

Tints of Tacha #D6C660

RGB

 RED value IS 214 (83.98% from 255) = 42.13%

 GREEN value IS 198 (77.73% from 255) = 38.98%

 BLUE value IS 96 (37.89% from 255) = 18.9%

R = 42.13%
G = 38.98%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6C660 (or 0xD6C660) is known color: Tacha. HEX triplet: D6, C6 and 60. RGB value is (214,198,96). Sum of RGB (Red+Green+Blue) = 214+198+96=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C660 is #29399F. Grayscale: #BFBFBF. Windows color (decimal): -2701728 or 6342358. OLE color: 6342358.

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

Color convert

RGB 214 198 96 -
CMYK 0 0.07 0.55 0.16
HSL 51.86º 0.59% 0.61% -
HSV(B) 51.86º 0.55% 0.84% -
XYZ 50.04 55.53 19.15 -
YUV 191.16 74.3 144.29 -
System Red Green Blue C M Y K H S L
Decimal 214 198 96 0 0.07 0.55 0.16 51.86 0.59 0.61
Hex D6 C6 60 0 7 37 10 34 3B 3D
Octal 326 306 140 0 7 67 20 64 73 75
Binary 11010110 11000110 1100000 0 111 110111 10000 110100 111011 111101

Color Harmonies of #D6C660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C660

Black with #D6C660

Text Example


Text Example

White with #D6C660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C660; }

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

 H1.HeaderClassName
 {
   color: #D6C660;
 }
 .AnyTagClassName
 {
   color: #D6C660;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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