Html Css Color HEX #D6C864 Tacha

📋 copy color: '#D6C864'

red 214 ◦ green 200 ◦ blue 100

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

Shades of Tacha #D6C864

Tints of Tacha #D6C864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.91%

 BLUE value IS 100 (39.45% from 255) = 19.46%

R = 41.63%
G = 38.91%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6C864 (or 0xD6C864) is known color: Tacha. HEX triplet: D6, C8 and 64. RGB value is (214,200,100). Sum of RGB (Red+Green+Blue) = 214+200+100=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C864 is #29379B. Grayscale: #C1C1C1. Windows color (decimal): -2701212 or 6605014. OLE color: 6605014.

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

Color convert

RGB 214 200 100 -
CMYK 0 0.07 0.53 0.16
HSL 52.63º 0.58% 0.62% -
HSV(B) 52.63º 0.53% 0.84% -
XYZ 50.69 56.52 20.3 -
YUV 192.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 214 200 100 0 0.07 0.53 0.16 52.63 0.58 0.62
Hex D6 C8 64 0 7 35 10 35 3A 3E
Octal 326 310 144 0 7 65 20 65 72 76
Binary 11010110 11001000 1100100 0 111 110101 10000 110101 111010 111110

Color Harmonies of #D6C864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C864

Black with #D6C864

Text Example


Text Example

White with #D6C864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C864; }

 p { color: rgb(214,200,100); }

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

background-color css

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

 a { background-color: rgb(214,200,100); }

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

border-color css

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

 span { border-color: rgb(214,200,100); }

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