Html Css Color HEX #D6C561 Tacha

📋 copy color: '#D6C561'

red 214 ◦ green 197 ◦ blue 97

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

Shades of Tacha #D6C561

Tints of Tacha #D6C561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.09%

R = 42.13%
G = 38.78%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6C561 (or 0xD6C561) is known color: Tacha. HEX triplet: D6, C5 and 61. RGB value is (214,197,97). Sum of RGB (Red+Green+Blue) = 214+197+97=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C561 is #293A9E. Grayscale: #BFBFBF. Windows color (decimal): -2701983 or 6407638. OLE color: 6407638.

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

Color convert

RGB 214 197 97 -
CMYK 0 0.08 0.55 0.16
HSL 51.28º 0.59% 0.61% -
HSV(B) 51.28º 0.55% 0.84% -
XYZ 49.86 55.09 19.32 -
YUV 190.68 75.13 144.63 -
System Red Green Blue C M Y K H S L
Decimal 214 197 97 0 0.08 0.55 0.16 51.28 0.59 0.61
Hex D6 C5 61 0 8 37 10 33 3B 3D
Octal 326 305 141 0 10 67 20 63 73 75
Binary 11010110 11000101 1100001 0 1000 110111 10000 110011 111011 111101

Color Harmonies of #D6C561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C561

Black with #D6C561

Text Example


Text Example

White with #D6C561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C561; }

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

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

background-color css

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

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

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

border-color css

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

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

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