Html Css Color HEX #D6C464 Tacha

📋 copy color: '#D6C464'

red 214 ◦ green 196 ◦ blue 100

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

Shades of Tacha #D6C464

Tints of Tacha #D6C464

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.43%

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

R = 41.96%
G = 38.43%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6C464 (or 0xD6C464) is known color: Tacha. HEX triplet: D6, C4 and 64. RGB value is (214,196,100). Sum of RGB (Red+Green+Blue) = 214+196+100=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C464 is #293B9B. Grayscale: #BEBEBE. Windows color (decimal): -2702236 or 6603990. OLE color: 6603990.

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

Color convert

RGB 214 196 100 -
CMYK 0 0.08 0.53 0.16
HSL 50.53º 0.58% 0.62% -
HSV(B) 50.53º 0.53% 0.84% -
XYZ 49.77 54.7 19.99 -
YUV 190.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 214 196 100 0 0.08 0.53 0.16 50.53 0.58 0.62
Hex D6 C4 64 0 8 35 10 33 3A 3E
Octal 326 304 144 0 10 65 20 63 72 76
Binary 11010110 11000100 1100100 0 1000 110101 10000 110011 111010 111110

Color Harmonies of #D6C464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C464

Black with #D6C464

Text Example


Text Example

White with #D6C464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C464; }

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

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

background-color css

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

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

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

border-color css

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

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

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