Html Css Color HEX #D7BC50 Tacha

📋 copy color: '#D7BC50'

red 215 ◦ green 188 ◦ blue 80

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

Shades of Tacha #D7BC50

Tints of Tacha #D7BC50

RGB

 RED value IS 215 (84.38% from 255) = 44.51%

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

 BLUE value IS 80 (31.64% from 255) = 16.56%

R = 44.51%
G = 38.92%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7BC50 (or 0xD7BC50) is known color: Tacha. HEX triplet: D7, BC and 50. RGB value is (215,188,80). Sum of RGB (Red+Green+Blue) = 215+188+80=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BC50 is #2843AF. Grayscale: #B8B8B8. Windows color (decimal): -2638768 or 5291223. OLE color: 5291223.

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

Color convert

RGB 215 188 80 -
CMYK 0 0.13 0.63 0.16
HSL 48º 0.63% 0.58% -
HSV(B) 48º 0.63% 0.84% -
XYZ 47.46 50.99 14.93 -
YUV 183.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 215 188 80 0 0.13 0.63 0.16 48 0.63 0.58
Hex D7 BC 50 0 D 3F 10 30 3F 3A
Octal 327 274 120 0 15 77 20 60 77 72
Binary 11010111 10111100 1010000 0 1101 111111 10000 110000 111111 111010

Color Harmonies of #D7BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BC50

Black with #D7BC50

Text Example


Text Example

White with #D7BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BC50; }

 p { color: rgb(215,188,80); }

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

background-color css

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

 a { background-color: rgb(215,188,80); }

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

border-color css

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

 span { border-color: rgb(215,188,80); }

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