Html Css Color HEX #D6C263 Tacha

📋 copy color: '#D6C263'

red 214 ◦ green 194 ◦ blue 99

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

Shades of Tacha #D6C263

Tints of Tacha #D6C263

RGB

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

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

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

R = 42.21%
G = 38.26%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6C263 (or 0xD6C263) is known color: Tacha. HEX triplet: D6, C2 and 63. RGB value is (214,194,99). Sum of RGB (Red+Green+Blue) = 214+194+99=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C263 is #293D9C. Grayscale: #BDBDBD. Windows color (decimal): -2702749 or 6537942. OLE color: 6537942.

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

Color convert

RGB 214 194 99 -
CMYK 0 0.09 0.54 0.16
HSL 49.57º 0.58% 0.61% -
HSV(B) 49.57º 0.54% 0.84% -
XYZ 49.28 53.78 19.59 -
YUV 189.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 214 194 99 0 0.09 0.54 0.16 49.57 0.58 0.61
Hex D6 C2 63 0 9 36 10 32 3A 3D
Octal 326 302 143 0 11 66 20 62 72 75
Binary 11010110 11000010 1100011 0 1001 110110 10000 110010 111010 111101

Color Harmonies of #D6C263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C263

Black with #D6C263

Text Example


Text Example

White with #D6C263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C263; }

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

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

background-color css

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

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

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

border-color css

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

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

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