Html Css Color HEX #D6B659 Tacha

📋 copy color: '#D6B659'

red 214 ◦ green 182 ◦ blue 89

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

Shades of Tacha #D6B659

Tints of Tacha #D6B659

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.53%

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

R = 44.12%
G = 37.53%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6B659 (or 0xD6B659) is known color: Tacha. HEX triplet: D6, B6 and 59. RGB value is (214,182,89). Sum of RGB (Red+Green+Blue) = 214+182+89=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B659 is #2949A6. Grayscale: #B5B5B5. Windows color (decimal): -2705831 or 5879510. OLE color: 5879510.

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

Color convert

RGB 214 182 89 -
CMYK 0 0.15 0.58 0.16
HSL 44.64º 0.6% 0.59% -
HSV(B) 44.64º 0.58% 0.84% -
XYZ 46.26 48.47 16.37 -
YUV 180.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 214 182 89 0 0.15 0.58 0.16 44.64 0.6 0.59
Hex D6 B6 59 0 F 3A 10 2D 3C 3B
Octal 326 266 131 0 17 72 20 55 74 73
Binary 11010110 10110110 1011001 0 1111 111010 10000 101101 111100 111011

Color Harmonies of #D6B659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B659

Black with #D6B659

Text Example


Text Example

White with #D6B659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B659; }

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

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

background-color css

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

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

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

border-color css

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

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

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