#D1BC65

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

Shades of Tacha #D1BC65

Tints of Tacha #D1BC65

Color information

#D1BC65 (or 0xD1BC65) is unknown color: approx Tacha. HEX triplet: D1, BC and 65. RGB value is (209,188,101). Sum of RGB (Red+Green+Blue) = 209+188+101=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BC65 is #2E439A. Grayscale: #B8B8B8. Windows color (decimal): -3031963 or 6667473. OLE color: 6667473.

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

Color convert

RGB209188101-
CMYK00.100.520.18
HSL48.33º54%60.78%-
HSV(B)48.33º51.67%81.96%-
XYZ46.6350.4619.59-
YUV184.3680.96145.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.97%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 101 (39.84% from 255) = 20.28%
R=41.97%
G=37.75%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918810100.100.520.1848.335460.78
HexD1BC650A341230363d
Octal3212741450126422606675
Binary110100011011110011001010101011010010010110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BC65; }

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

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

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

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

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

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

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

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