#D1BA61

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

Shades of Tacha #D1BA61

Tints of Tacha #D1BA61

Color information

#D1BA61 (or 0xD1BA61) is unknown color: approx Tacha. HEX triplet: D1, BA and 61. RGB value is (209,186,97). Sum of RGB (Red+Green+Blue) = 209+186+97=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA61 is #2E459E. Grayscale: #B7B7B7. Windows color (decimal): -3032479 or 6404817. OLE color: 6404817.

HSL color Cylindrical-coordinate representation of color #D1BA61: hue angle of 47.68º 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 #D1BA61 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20918697-
CMYK00.110.540.18
HSL47.68º54.9%60%-
HSV(B)47.68º53.59%81.96%-
XYZ46.0149.5418.45-
YUV182.7379.62146.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 97 (38.28% from 255) = 19.72%
R=42.48%
G=37.80%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091869700.110.540.1847.6854.960
HexD1BA610B361230373c
Octal3212721410136622606774
Binary110100011011101011000010101111011010010110000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA61; }

 p { color: rgb(209,186,97); }

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

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

 a { background-color: rgb(209,186,97); }

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

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

 span { border-color: rgb(209,186,97); }

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