Html Css Color HEX #D6BA5B Tacha

📋 copy color: '#D6BA5B'

red 214 ◦ green 186 ◦ blue 91

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

Shades of Tacha #D6BA5B

Tints of Tacha #D6BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.53%

R = 43.58%
G = 37.88%
B = 18.53%

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

#D6BA5B (or 0xD6BA5B) is known color: Tacha. HEX triplet: D6, BA and 5B. RGB value is (214,186,91). Sum of RGB (Red+Green+Blue) = 214+186+91=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA5B is #2945A4. Grayscale: #B7B7B7. Windows color (decimal): -2704805 or 6011606. OLE color: 6011606.

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

Color convert

RGB 214 186 91 -
CMYK 0 0.13 0.57 0.16
HSL 46.34º 0.6% 0.6% -
HSV(B) 46.34º 0.57% 0.84% -
XYZ 47.18 50.17 17.09 -
YUV 183.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 214 186 91 0 0.13 0.57 0.16 46.34 0.6 0.6
Hex D6 BA 5B 0 D 39 10 2E 3C 3C
Octal 326 272 133 0 15 71 20 56 74 74
Binary 11010110 10111010 1011011 0 1101 111001 10000 101110 111100 111100

Color Harmonies of #D6BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA5B

Black with #D6BA5B

Text Example


Text Example

White with #D6BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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