Html Css Color HEX #D6BA5F Tacha

📋 copy color: '#D6BA5F'

red 214 ◦ green 186 ◦ blue 95

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

Shades of Tacha #D6BA5F

Tints of Tacha #D6BA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.19%

R = 43.23%
G = 37.58%
B = 19.19%

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

#D6BA5F (or 0xD6BA5F) is known color: Tacha. HEX triplet: D6, BA and 5F. RGB value is (214,186,95). Sum of RGB (Red+Green+Blue) = 214+186+95=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA5F is #2945A0. Grayscale: #B8B8B8. Windows color (decimal): -2704801 or 6273750. OLE color: 6273750.

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

Color convert

RGB 214 186 95 -
CMYK 0 0.13 0.56 0.16
HSL 45.88º 0.59% 0.61% -
HSV(B) 45.88º 0.56% 0.84% -
XYZ 47.36 50.24 18.03 -
YUV 184 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 214 186 95 0 0.13 0.56 0.16 45.88 0.59 0.61
Hex D6 BA 5F 0 D 38 10 2E 3B 3D
Octal 326 272 137 0 15 70 20 56 73 75
Binary 11010110 10111010 1011111 0 1101 111000 10000 101110 111011 111101

Color Harmonies of #D6BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA5F

Black with #D6BA5F

Text Example


Text Example

White with #D6BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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