Html Css Color HEX #D6C863 Tacha

📋 copy color: '#D6C863'

red 214 ◦ green 200 ◦ blue 99

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

Shades of Tacha #D6C863

Tints of Tacha #D6C863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.3%

R = 41.72%
G = 38.99%
B = 19.3%

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

#D6C863 (or 0xD6C863) is known color: Tacha. HEX triplet: D6, C8 and 63. RGB value is (214,200,99). Sum of RGB (Red+Green+Blue) = 214+200+99=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C863 is #29379C. Grayscale: #C1C1C1. Windows color (decimal): -2701213 or 6539478. OLE color: 6539478.

HSL color Cylindrical-coordinate representation of color #D6C863: hue angle of 52.7º degrees, saturation: 0.58, 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 #D6C863 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 200 99 -
CMYK 0 0.07 0.54 0.16
HSL 52.7º 0.58% 0.61% -
HSV(B) 52.7º 0.54% 0.84% -
XYZ 50.64 56.51 20.04 -
YUV 192.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 214 200 99 0 0.07 0.54 0.16 52.7 0.58 0.61
Hex D6 C8 63 0 7 36 10 35 3A 3D
Octal 326 310 143 0 7 66 20 65 72 75
Binary 11010110 11001000 1100011 0 111 110110 10000 110101 111010 111101

Color Harmonies of #D6C863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C863

Black with #D6C863

Text Example


Text Example

White with #D6C863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C863; }

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

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

background-color css

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

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

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

border-color css

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

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

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