Html Css Color HEX #D6B457 Tacha

📋 copy color: '#D6B457'

red 214 ◦ green 180 ◦ blue 87

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

Shades of Tacha #D6B457

Tints of Tacha #D6B457

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

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

R = 44.49%
G = 37.42%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6B457 (or 0xD6B457) is known color: Tacha. HEX triplet: D6, B4 and 57. RGB value is (214,180,87). Sum of RGB (Red+Green+Blue) = 214+180+87=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B457 is #294BA8. Grayscale: #B3B3B3. Windows color (decimal): -2706345 or 5747926. OLE color: 5747926.

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

Color convert

RGB 214 180 87 -
CMYK 0 0.16 0.59 0.16
HSL 43.94º 0.61% 0.59% -
HSV(B) 43.94º 0.59% 0.84% -
XYZ 45.77 47.63 15.8 -
YUV 179.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 214 180 87 0 0.16 0.59 0.16 43.94 0.61 0.59
Hex D6 B4 57 0 10 3B 10 2C 3D 3B
Octal 326 264 127 0 20 73 20 54 75 73
Binary 11010110 10110100 1010111 0 10000 111011 10000 101100 111101 111011

Color Harmonies of #D6B457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B457

Black with #D6B457

Text Example


Text Example

White with #D6B457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B457; }

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

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

background-color css

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

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

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

border-color css

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

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

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