Html Css Color HEX #D6C862 Tacha

📋 copy color: '#D6C862'

red 214 ◦ green 200 ◦ blue 98

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

Shades of Tacha #D6C862

Tints of Tacha #D6C862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.14%

R = 41.8%
G = 39.06%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6C862 (or 0xD6C862) is known color: Tacha. HEX triplet: D6, C8 and 62. RGB value is (214,200,98). Sum of RGB (Red+Green+Blue) = 214+200+98=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C862 is #29379D. Grayscale: #C0C0C0. Windows color (decimal): -2701214 or 6473942. OLE color: 6473942.

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

Color convert

RGB 214 200 98 -
CMYK 0 0.07 0.54 0.16
HSL 52.76º 0.59% 0.61% -
HSV(B) 52.76º 0.54% 0.84% -
XYZ 50.59 56.49 19.79 -
YUV 192.56 74.64 143.29 -
System Red Green Blue C M Y K H S L
Decimal 214 200 98 0 0.07 0.54 0.16 52.76 0.59 0.61
Hex D6 C8 62 0 7 36 10 35 3B 3D
Octal 326 310 142 0 7 66 20 65 73 75
Binary 11010110 11001000 1100010 0 111 110110 10000 110101 111011 111101

Color Harmonies of #D6C862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C862

Black with #D6C862

Text Example


Text Example

White with #D6C862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C862; }

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

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

background-color css

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

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

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

border-color css

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

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

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