Html Css Color HEX #D6B959 Tacha

📋 copy color: '#D6B959'

red 214 ◦ green 185 ◦ blue 89

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

Shades of Tacha #D6B959

Tints of Tacha #D6B959

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.91%

 BLUE value IS 89 (35.16% from 255) = 18.24%

R = 43.85%
G = 37.91%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6B959 (or 0xD6B959) is known color: Tacha. HEX triplet: D6, B9 and 59. RGB value is (214,185,89). Sum of RGB (Red+Green+Blue) = 214+185+89=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B959 is #2946A6. Grayscale: #B7B7B7. Windows color (decimal): -2705063 or 5880278. OLE color: 5880278.

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

Color convert

RGB 214 185 89 -
CMYK 0 0.14 0.58 0.16
HSL 46.08º 0.6% 0.59% -
HSV(B) 46.08º 0.58% 0.84% -
XYZ 46.88 49.72 16.58 -
YUV 182.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 214 185 89 0 0.14 0.58 0.16 46.08 0.6 0.59
Hex D6 B9 59 0 E 3A 10 2E 3C 3B
Octal 326 271 131 0 16 72 20 56 74 73
Binary 11010110 10111001 1011001 0 1110 111010 10000 101110 111100 111011

Color Harmonies of #D6B959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B959

Black with #D6B959

Text Example


Text Example

White with #D6B959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B959; }

 p { color: rgb(214,185,89); }

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

background-color css

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

 a { background-color: rgb(214,185,89); }

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

border-color css

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

 span { border-color: rgb(214,185,89); }

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