Html Css Color HEX #D6B857 Tacha

📋 copy color: '#D6B857'

red 214 ◦ green 184 ◦ blue 87

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

Shades of Tacha #D6B857

Tints of Tacha #D6B857

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.94%

 BLUE value IS 87 (34.38% from 255) = 17.94%

R = 44.12%
G = 37.94%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6B857 (or 0xD6B857) is known color: Tacha. HEX triplet: D6, B8 and 57. RGB value is (214,184,87). Sum of RGB (Red+Green+Blue) = 214+184+87=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B857 is #2947A8. Grayscale: #B6B6B6. Windows color (decimal): -2705321 or 5748950. OLE color: 5748950.

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

Color convert

RGB 214 184 87 -
CMYK 0 0.14 0.59 0.16
HSL 45.83º 0.61% 0.59% -
HSV(B) 45.83º 0.59% 0.84% -
XYZ 46.59 49.27 16.07 -
YUV 181.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 214 184 87 0 0.14 0.59 0.16 45.83 0.61 0.59
Hex D6 B8 57 0 E 3B 10 2E 3D 3B
Octal 326 270 127 0 16 73 20 56 75 73
Binary 11010110 10111000 1010111 0 1110 111011 10000 101110 111101 111011

Color Harmonies of #D6B857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B857

Black with #D6B857

Text Example


Text Example

White with #D6B857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B857; }

 p { color: rgb(214,184,87); }

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

background-color css

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

 a { background-color: rgb(214,184,87); }

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

border-color css

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

 span { border-color: rgb(214,184,87); }

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