Html Css Color HEX #D6BA5E Tacha

📋 copy color: '#D6BA5E'

red 214 ◦ green 186 ◦ blue 94

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

Shades of Tacha #D6BA5E

Tints of Tacha #D6BA5E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 94 (37.11% from 255) = 19.03%

R = 43.32%
G = 37.65%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6BA5E (or 0xD6BA5E) is known color: Tacha. HEX triplet: D6, BA and 5E. RGB value is (214,186,94). Sum of RGB (Red+Green+Blue) = 214+186+94=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA5E is #2945A1. Grayscale: #B8B8B8. Windows color (decimal): -2704802 or 6208214. OLE color: 6208214.

HSL color Cylindrical-coordinate representation of color #D6BA5E: hue angle of 46º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6BA5E is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 94 -
CMYK 0 0.13 0.56 0.16
HSL 46º 0.59% 0.6% -
HSV(B) 46º 0.56% 0.84% -
XYZ 47.31 50.22 17.79 -
YUV 183.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 214 186 94 0 0.13 0.56 0.16 46 0.59 0.6
Hex D6 BA 5E 0 D 38 10 2E 3B 3C
Octal 326 272 136 0 15 70 20 56 73 74
Binary 11010110 10111010 1011110 0 1101 111000 10000 101110 111011 111100

Color Harmonies of #D6BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA5E

Black with #D6BA5E

Text Example


Text Example

White with #D6BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA5E; }

 p { color: rgb(214,186,94); }

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

background-color css

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

 a { background-color: rgb(214,186,94); }

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

border-color css

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

 span { border-color: rgb(214,186,94); }

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