Html Css Color HEX #D6C461 Tacha

📋 copy color: '#D6C461'

red 214 ◦ green 196 ◦ blue 97

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

Shades of Tacha #D6C461

Tints of Tacha #D6C461

RGB

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

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

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

R = 42.21%
G = 38.66%
B = 19.13%

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

#D6C461 (or 0xD6C461) is known color: Tacha. HEX triplet: D6, C4 and 61. RGB value is (214,196,97). Sum of RGB (Red+Green+Blue) = 214+196+97=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C461 is #293B9E. Grayscale: #BEBEBE. Windows color (decimal): -2702239 or 6407382. OLE color: 6407382.

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

Color convert

RGB 214 196 97 -
CMYK 0 0.08 0.55 0.16
HSL 50.77º 0.59% 0.61% -
HSV(B) 50.77º 0.55% 0.84% -
XYZ 49.63 54.64 19.24 -
YUV 190.1 75.46 145.05 -
System Red Green Blue C M Y K H S L
Decimal 214 196 97 0 0.08 0.55 0.16 50.77 0.59 0.61
Hex D6 C4 61 0 8 37 10 33 3B 3D
Octal 326 304 141 0 10 67 20 63 73 75
Binary 11010110 11000100 1100001 0 1000 110111 10000 110011 111011 111101

Color Harmonies of #D6C461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C461

Black with #D6C461

Text Example


Text Example

White with #D6C461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C461; }

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

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

background-color css

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

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

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

border-color css

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

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

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