Html Css Color HEX #D6C266 Tacha

📋 copy color: '#D6C266'

red 214 ◦ green 194 ◦ blue 102

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

Shades of Tacha #D6C266

Tints of Tacha #D6C266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.04%

 BLUE value IS 102 (40.23% from 255) = 20%

R = 41.96%
G = 38.04%
B = 20%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D6C266 (or 0xD6C266) is known color: Tacha. HEX triplet: D6, C2 and 66. RGB value is (214,194,102). Sum of RGB (Red+Green+Blue) = 214+194+102=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C266 is #293D99. Grayscale: #BDBDBD. Windows color (decimal): -2702746 or 6734550. OLE color: 6734550.

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

Color convert

RGB 214 194 102 -
CMYK 0 0.09 0.52 0.16
HSL 49.29º 0.58% 0.62% -
HSV(B) 49.29º 0.52% 0.84% -
XYZ 49.42 53.84 20.36 -
YUV 189.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 214 194 102 0 0.09 0.52 0.16 49.29 0.58 0.62
Hex D6 C2 66 0 9 34 10 31 3A 3E
Octal 326 302 146 0 11 64 20 61 72 76
Binary 11010110 11000010 1100110 0 1001 110100 10000 110001 111010 111110

Color Harmonies of #D6C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C266

Black with #D6C266

Text Example


Text Example

White with #D6C266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C266; }

 p { color: rgb(214,194,102); }

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

background-color css

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

 a { background-color: rgb(214,194,102); }

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

border-color css

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

 span { border-color: rgb(214,194,102); }

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