Html Css Color HEX #D6C865 Tacha

📋 copy color: '#D6C865'

red 214 ◦ green 200 ◦ blue 101

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

Shades of Tacha #D6C865

Tints of Tacha #D6C865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.61%

R = 41.55%
G = 38.83%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6C865 (or 0xD6C865) is known color: Tacha. HEX triplet: D6, C8 and 65. RGB value is (214,200,101). Sum of RGB (Red+Green+Blue) = 214+200+101=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C865 is #29379A. Grayscale: #C1C1C1. Windows color (decimal): -2701211 or 6670550. OLE color: 6670550.

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

Color convert

RGB 214 200 101 -
CMYK 0 0.07 0.53 0.16
HSL 52.57º 0.58% 0.62% -
HSV(B) 52.57º 0.53% 0.84% -
XYZ 50.73 56.54 20.55 -
YUV 192.9 76.14 143.05 -
System Red Green Blue C M Y K H S L
Decimal 214 200 101 0 0.07 0.53 0.16 52.57 0.58 0.62
Hex D6 C8 65 0 7 35 10 35 3A 3E
Octal 326 310 145 0 7 65 20 65 72 76
Binary 11010110 11001000 1100101 0 111 110101 10000 110101 111010 111110

Color Harmonies of #D6C865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C865

Black with #D6C865

Text Example


Text Example

White with #D6C865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C865; }

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

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

background-color css

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

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

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

border-color css

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

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

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