Html Css Color HEX #D6B96C Tacha

📋 copy color: '#D6B96C'

red 214 ◦ green 185 ◦ blue 108

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

Shades of Tacha #D6B96C

Tints of Tacha #D6B96C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.49%

 BLUE value IS 108 (42.58% from 255) = 21.3%

R = 42.21%
G = 36.49%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6B96C (or 0xD6B96C) is known color: Tacha. HEX triplet: D6, B9 and 6C. RGB value is (214,185,108). Sum of RGB (Red+Green+Blue) = 214+185+108=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B96C is #294693. Grayscale: #B9B9B9. Windows color (decimal): -2705044 or 7125462. OLE color: 7125462.

HSL color Cylindrical-coordinate representation of color #D6B96C: hue angle of 43.58º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6B96C is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 185 108 -
CMYK 0 0.14 0.50 0.16
HSL 43.58º 0.56% 0.63% -
HSV(B) 43.58º 0.5% 0.84% -
XYZ 47.79 50.08 21.33 -
YUV 184.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 214 185 108 0 0.14 0.50 0.16 43.58 0.56 0.63
Hex D6 B9 6C 0 E 32 10 2C 38 3F
Octal 326 271 154 0 16 62 20 54 70 77
Binary 11010110 10111001 1101100 0 1110 110010 10000 101100 111000 111111

Color Harmonies of #D6B96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B96C

Black with #D6B96C

Text Example


Text Example

White with #D6B96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B96C; }

 p { color: rgb(214,185,108); }

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

background-color css

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

 a { background-color: rgb(214,185,108); }

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

border-color css

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

 span { border-color: rgb(214,185,108); }

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