Html Css Color HEX #D6C264 Tacha

📋 copy color: '#D6C264'

red 214 ◦ green 194 ◦ blue 100

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

Shades of Tacha #D6C264

Tints of Tacha #D6C264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.69%

R = 42.13%
G = 38.19%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6C264 (or 0xD6C264) is known color: Tacha. HEX triplet: D6, C2 and 64. RGB value is (214,194,100). Sum of RGB (Red+Green+Blue) = 214+194+100=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C264 is #293D9B. Grayscale: #BDBDBD. Windows color (decimal): -2702748 or 6603478. OLE color: 6603478.

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

Color convert

RGB 214 194 100 -
CMYK 0 0.09 0.53 0.16
HSL 49.47º 0.58% 0.62% -
HSV(B) 49.47º 0.53% 0.84% -
XYZ 49.32 53.8 19.84 -
YUV 189.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 214 194 100 0 0.09 0.53 0.16 49.47 0.58 0.62
Hex D6 C2 64 0 9 35 10 31 3A 3E
Octal 326 302 144 0 11 65 20 61 72 76
Binary 11010110 11000010 1100100 0 1001 110101 10000 110001 111010 111110

Color Harmonies of #D6C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C264

Black with #D6C264

Text Example


Text Example

White with #D6C264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C264; }

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

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

background-color css

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

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

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

border-color css

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

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

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