Html Css Color HEX #D6BF57 Tacha

📋 copy color: '#D6BF57'

red 214 ◦ green 191 ◦ blue 87

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

Shades of Tacha #D6BF57

Tints of Tacha #D6BF57

RGB

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

 GREEN value IS 191 (75% from 255) = 38.82%

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

R = 43.5%
G = 38.82%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6BF57 (or 0xD6BF57) is known color: Tacha. HEX triplet: D6, BF and 57. RGB value is (214,191,87). Sum of RGB (Red+Green+Blue) = 214+191+87=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BF57 is #2940A8. Grayscale: #BABABA. Windows color (decimal): -2703529 or 5750742. OLE color: 5750742.

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

Color convert

RGB 214 191 87 -
CMYK 0 0.11 0.59 0.16
HSL 49.13º 0.61% 0.59% -
HSV(B) 49.13º 0.59% 0.84% -
XYZ 48.08 52.25 16.57 -
YUV 186.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 214 191 87 0 0.11 0.59 0.16 49.13 0.61 0.59
Hex D6 BF 57 0 B 3B 10 31 3D 3B
Octal 326 277 127 0 13 73 20 61 75 73
Binary 11010110 10111111 1010111 0 1011 111011 10000 110001 111101 111011

Color Harmonies of #D6BF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF57

Black with #D6BF57

Text Example


Text Example

White with #D6BF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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