#D1BC60

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

Shades of Tacha #D1BC60

Tints of Tacha #D1BC60

Color information

#D1BC60 (or 0xD1BC60) is unknown color: approx Tacha. HEX triplet: D1, BC and 60. RGB value is (209,188,96). Sum of RGB (Red+Green+Blue) = 209+188+96=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BC60 is #2E439F. Grayscale: #B8B8B8. Windows color (decimal): -3031968 or 6339793. OLE color: 6339793.

HSL color Cylindrical-coordinate representation of color #D1BC60: hue angle of 48.85º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1BC60 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20918896-
CMYK00.100.540.18
HSL48.85º55.12%59.8%-
HSV(B)48.85º54.07%81.96%-
XYZ46.3950.3718.34-
YUV183.7978.46145.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=42.39%
G=38.13%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091889600.100.540.1848.8555.1259.8
HexD1BC600A361231373c
Octal3212741400126622616774
Binary110100011011110011000000101011011010010110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BC60; }

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

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

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

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

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

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

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

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