Html Css Color HEX #D6B557 Tacha

📋 copy color: '#D6B557'

red 214 ◦ green 181 ◦ blue 87

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

Shades of Tacha #D6B557

Tints of Tacha #D6B557

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.55%

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

R = 44.4%
G = 37.55%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6B557 (or 0xD6B557) is known color: Tacha. HEX triplet: D6, B5 and 57. RGB value is (214,181,87). Sum of RGB (Red+Green+Blue) = 214+181+87=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B557 is #294AA8. Grayscale: #B4B4B4. Windows color (decimal): -2706089 or 5748182. OLE color: 5748182.

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

Color convert

RGB 214 181 87 -
CMYK 0 0.15 0.59 0.16
HSL 44.41º 0.61% 0.59% -
HSV(B) 44.41º 0.59% 0.84% -
XYZ 45.98 48.03 15.86 -
YUV 180.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 214 181 87 0 0.15 0.59 0.16 44.41 0.61 0.59
Hex D6 B5 57 0 F 3B 10 2C 3D 3B
Octal 326 265 127 0 17 73 20 54 75 73
Binary 11010110 10110101 1010111 0 1111 111011 10000 101100 111101 111011

Color Harmonies of #D6B557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B557

Black with #D6B557

Text Example


Text Example

White with #D6B557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B557; }

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

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

background-color css

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

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

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

border-color css

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

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

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