Html Css Color HEX #D7BC64 Tacha

📋 copy color: '#D7BC64'

red 215 ◦ green 188 ◦ blue 100

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

Shades of Tacha #D7BC64

Tints of Tacha #D7BC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.88%

R = 42.74%
G = 37.38%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7BC64 (or 0xD7BC64) is known color: Tacha. HEX triplet: D7, BC and 64. RGB value is (215,188,100). Sum of RGB (Red+Green+Blue) = 215+188+100=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BC64 is #28439B. Grayscale: #BABABA. Windows color (decimal): -2638748 or 6601943. OLE color: 6601943.

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

Color convert

RGB 215 188 100 -
CMYK 0 0.13 0.53 0.16
HSL 45.91º 0.59% 0.62% -
HSV(B) 45.91º 0.53% 0.84% -
XYZ 48.31 51.33 19.42 -
YUV 186.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 215 188 100 0 0.13 0.53 0.16 45.91 0.59 0.62
Hex D7 BC 64 0 D 35 10 2E 3B 3E
Octal 327 274 144 0 15 65 20 56 73 76
Binary 11010111 10111100 1100100 0 1101 110101 10000 101110 111011 111110

Color Harmonies of #D7BC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BC64

Black with #D7BC64

Text Example


Text Example

White with #D7BC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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