Html Css Color HEX #D6BC62 Tacha

📋 copy color: '#D6BC62'

red 214 ◦ green 188 ◦ blue 98

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

Shades of Tacha #D6BC62

Tints of Tacha #D6BC62

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.6%

 BLUE value IS 98 (38.67% from 255) = 19.6%

R = 42.8%
G = 37.6%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6BC62 (or 0xD6BC62) is known color: Tacha. HEX triplet: D6, BC and 62. RGB value is (214,188,98). Sum of RGB (Red+Green+Blue) = 214+188+98=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC62 is #29439D. Grayscale: #B9B9B9. Windows color (decimal): -2704286 or 6470870. OLE color: 6470870.

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

Color convert

RGB 214 188 98 -
CMYK 0 0.12 0.54 0.16
HSL 46.55º 0.59% 0.61% -
HSV(B) 46.55º 0.54% 0.84% -
XYZ 47.92 51.14 18.9 -
YUV 185.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 214 188 98 0 0.12 0.54 0.16 46.55 0.59 0.61
Hex D6 BC 62 0 C 36 10 2F 3B 3D
Octal 326 274 142 0 14 66 20 57 73 75
Binary 11010110 10111100 1100010 0 1100 110110 10000 101111 111011 111101

Color Harmonies of #D6BC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC62

Black with #D6BC62

Text Example


Text Example

White with #D6BC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC62; }

 p { color: rgb(214,188,98); }

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

background-color css

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

 a { background-color: rgb(214,188,98); }

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

border-color css

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

 span { border-color: rgb(214,188,98); }

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