Html Css Color HEX #D6C557 Tacha

📋 copy color: '#D6C557'

red 214 ◦ green 197 ◦ blue 87

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

Shades of Tacha #D6C557

Tints of Tacha #D6C557

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.56%

 BLUE value IS 87 (34.38% from 255) = 17.47%

R = 42.97%
G = 39.56%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6C557 (or 0xD6C557) is known color: Tacha. HEX triplet: D6, C5 and 57. RGB value is (214,197,87). Sum of RGB (Red+Green+Blue) = 214+197+87=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C557 is #293AA8. Grayscale: #BEBEBE. Windows color (decimal): -2701993 or 5752278. OLE color: 5752278.

HSL color Cylindrical-coordinate representation of color #D6C557: hue angle of 51.97º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6C557 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 197 87 -
CMYK 0 0.08 0.59 0.16
HSL 51.97º 0.61% 0.59% -
HSV(B) 51.97º 0.59% 0.84% -
XYZ 49.42 54.92 17.01 -
YUV 189.54 70.13 145.44 -
System Red Green Blue C M Y K H S L
Decimal 214 197 87 0 0.08 0.59 0.16 51.97 0.61 0.59
Hex D6 C5 57 0 8 3B 10 34 3D 3B
Octal 326 305 127 0 10 73 20 64 75 73
Binary 11010110 11000101 1010111 0 1000 111011 10000 110100 111101 111011

Color Harmonies of #D6C557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C557

Black with #D6C557

Text Example


Text Example

White with #D6C557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C557; }

 p { color: rgb(214,197,87); }

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

background-color css

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

 a { background-color: rgb(214,197,87); }

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

border-color css

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

 span { border-color: rgb(214,197,87); }

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