Html Css Color HEX #D6BC53 Tacha

📋 copy color: '#D6BC53'

red 214 ◦ green 188 ◦ blue 83

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

Shades of Tacha #D6BC53

Tints of Tacha #D6BC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.11%

R = 44.12%
G = 38.76%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6BC53 (or 0xD6BC53) is known color: Tacha. HEX triplet: D6, BC and 53. RGB value is (214,188,83). Sum of RGB (Red+Green+Blue) = 214+188+83=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC53 is #2943AC. Grayscale: #B8B8B8. Windows color (decimal): -2704301 or 5487830. OLE color: 5487830.

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

Color convert

RGB 214 188 83 -
CMYK 0 0.12 0.61 0.16
HSL 48.09º 0.62% 0.58% -
HSV(B) 48.09º 0.61% 0.84% -
XYZ 47.28 50.89 15.51 -
YUV 183.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 214 188 83 0 0.12 0.61 0.16 48.09 0.62 0.58
Hex D6 BC 53 0 C 3D 10 30 3E 3A
Octal 326 274 123 0 14 75 20 60 76 72
Binary 11010110 10111100 1010011 0 1100 111101 10000 110000 111110 111010

Color Harmonies of #D6BC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC53

Black with #D6BC53

Text Example


Text Example

White with #D6BC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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