#D4BC60

Color #D4BC60 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #D4BC60

Tints of Tacha #D4BC60

Color information

#D4BC60 (or 0xD4BC60) is unknown color: approx Tacha. HEX triplet: D4, BC and 60. RGB value is (212,188,96). Sum of RGB (Red+Green+Blue) = 212+188+96=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC60 is #2B439F. Grayscale: #B9B9B9. Windows color (decimal): -2835360 or 6339796. OLE color: 6339796.

HSL color Cylindrical-coordinate representation of color #D4BC60: hue angle of 47.59º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4BC60 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21218896-
CMYK00.110.550.17
HSL47.59º57.43%60.39%-
HSV(B)47.59º54.72%83.14%-
XYZ47.2550.8118.38-
YUV184.6977.95147.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 96 (37.89% from 255) = 19.35%
R=42.74%
G=37.90%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121889600.110.550.1747.5957.4360.39
HexD4BC600B371130393c
Octal3242741400136721607174
Binary110101001011110011000000101111011110001110000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BC60; }

 p { color: rgb(212,188,96); }

 H1.HeaderClassName
 {
   color: #D4BC60;
 }
 .AnyTagClassName
 {
   color: #D4BC60;
 }
</style>
background-color css

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

 a { background-color: rgb(212,188,96); }

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

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

 span { border-color: rgb(212,188,96); }

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