Html Css Color HEX #D6C163 Tacha

📋 copy color: '#D6C163'

red 214 ◦ green 193 ◦ blue 99

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

Shades of Tacha #D6C163

Tints of Tacha #D6C163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.14%

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

R = 42.29%
G = 38.14%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6C163 (or 0xD6C163) is known color: Tacha. HEX triplet: D6, C1 and 63. RGB value is (214,193,99). Sum of RGB (Red+Green+Blue) = 214+193+99=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C163 is #293E9C. Grayscale: #BCBCBC. Windows color (decimal): -2703005 or 6537686. OLE color: 6537686.

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

Color convert

RGB 214 193 99 -
CMYK 0 0.10 0.54 0.16
HSL 49.04º 0.58% 0.61% -
HSV(B) 49.04º 0.54% 0.84% -
XYZ 49.05 53.34 19.51 -
YUV 188.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 214 193 99 0 0.10 0.54 0.16 49.04 0.58 0.61
Hex D6 C1 63 0 A 36 10 31 3A 3D
Octal 326 301 143 0 12 66 20 61 72 75
Binary 11010110 11000001 1100011 0 1010 110110 10000 110001 111010 111101

Color Harmonies of #D6C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C163

Black with #D6C163

Text Example


Text Example

White with #D6C163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C163; }

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

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

background-color css

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

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

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

border-color css

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

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

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