#D4BC61

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

Shades of Tacha #D4BC61

Tints of Tacha #D4BC61

Color information

#D4BC61 (or 0xD4BC61) is unknown color: approx Tacha. HEX triplet: D4, BC and 61. RGB value is (212,188,97). Sum of RGB (Red+Green+Blue) = 212+188+97=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC61 is #2B439E. Grayscale: #B9B9B9. Windows color (decimal): -2835359 or 6405332. OLE color: 6405332.

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

Color convert

RGB21218897-
CMYK00.110.540.17
HSL47.48º57.21%60.59%-
HSV(B)47.48º54.25%83.14%-
XYZ47.2950.8318.63-
YUV184.878.45147.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.66%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 97 (38.28% from 255) = 19.52%
R=42.66%
G=37.83%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121889700.110.540.1747.4857.2160.59
HexD4BC610B36112f393d
Octal3242741410136621577175
Binary110101001011110011000010101111011010001101111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BC61; }

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

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

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

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

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

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

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

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