Html Css Color HEX #D6BA5D Tacha

📋 copy color: '#D6BA5D'

red 214 ◦ green 186 ◦ blue 93

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

Shades of Tacha #D6BA5D

Tints of Tacha #D6BA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.86%

R = 43.41%
G = 37.73%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6BA5D (or 0xD6BA5D) is known color: Tacha. HEX triplet: D6, BA and 5D. RGB value is (214,186,93). Sum of RGB (Red+Green+Blue) = 214+186+93=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA5D is #2945A2. Grayscale: #B8B8B8. Windows color (decimal): -2704803 or 6142678. OLE color: 6142678.

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

Color convert

RGB 214 186 93 -
CMYK 0 0.13 0.57 0.16
HSL 46.12º 0.6% 0.6% -
HSV(B) 46.12º 0.57% 0.84% -
XYZ 47.27 50.2 17.56 -
YUV 183.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 214 186 93 0 0.13 0.57 0.16 46.12 0.6 0.6
Hex D6 BA 5D 0 D 39 10 2E 3C 3C
Octal 326 272 135 0 15 71 20 56 74 74
Binary 11010110 10111010 1011101 0 1101 111001 10000 101110 111100 111100

Color Harmonies of #D6BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA5D

Black with #D6BA5D

Text Example


Text Example

White with #D6BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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