Html Css Color HEX #D6BA5A Tacha

📋 copy color: '#D6BA5A'

red 214 ◦ green 186 ◦ blue 90

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

Shades of Tacha #D6BA5A

Tints of Tacha #D6BA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.37%

R = 43.67%
G = 37.96%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6BA5A (or 0xD6BA5A) is known color: Tacha. HEX triplet: D6, BA and 5A. RGB value is (214,186,90). Sum of RGB (Red+Green+Blue) = 214+186+90=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA5A is #2945A5. Grayscale: #B7B7B7. Windows color (decimal): -2704806 or 5946070. OLE color: 5946070.

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

Color convert

RGB 214 186 90 -
CMYK 0 0.13 0.58 0.16
HSL 46.45º 0.6% 0.6% -
HSV(B) 46.45º 0.58% 0.84% -
XYZ 47.14 50.15 16.87 -
YUV 183.43 75.28 149.81 -
System Red Green Blue C M Y K H S L
Decimal 214 186 90 0 0.13 0.58 0.16 46.45 0.6 0.6
Hex D6 BA 5A 0 D 3A 10 2E 3C 3C
Octal 326 272 132 0 15 72 20 56 74 74
Binary 11010110 10111010 1011010 0 1101 111010 10000 101110 111100 111100

Color Harmonies of #D6BA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA5A

Black with #D6BA5A

Text Example


Text Example

White with #D6BA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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