Html Css Color HEX #D6BE5E Tacha

📋 copy color: '#D6BE5E'

red 214 ◦ green 190 ◦ blue 94

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

Shades of Tacha #D6BE5E

Tints of Tacha #D6BE5E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.15%

 BLUE value IS 94 (37.11% from 255) = 18.88%

R = 42.97%
G = 38.15%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6BE5E (or 0xD6BE5E) is known color: Tacha. HEX triplet: D6, BE and 5E. RGB value is (214,190,94). Sum of RGB (Red+Green+Blue) = 214+190+94=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE5E is #2941A1. Grayscale: #BABABA. Windows color (decimal): -2703778 or 6209238. OLE color: 6209238.

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

Color convert

RGB 214 190 94 -
CMYK 0 0.11 0.56 0.16
HSL 48º 0.59% 0.6% -
HSV(B) 48º 0.56% 0.84% -
XYZ 48.17 51.93 18.07 -
YUV 186.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 214 190 94 0 0.11 0.56 0.16 48 0.59 0.6
Hex D6 BE 5E 0 B 38 10 30 3B 3C
Octal 326 276 136 0 13 70 20 60 73 74
Binary 11010110 10111110 1011110 0 1011 111000 10000 110000 111011 111100

Color Harmonies of #D6BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BE5E

Black with #D6BE5E

Text Example


Text Example

White with #D6BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BE5E; }

 p { color: rgb(214,190,94); }

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

background-color css

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

 a { background-color: rgb(214,190,94); }

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

border-color css

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

 span { border-color: rgb(214,190,94); }

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