#D1BA58

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

Shades of Tacha #D1BA58

Tints of Tacha #D1BA58

Color information

#D1BA58 (or 0xD1BA58) is unknown color: approx Tacha. HEX triplet: D1, BA and 58. RGB value is (209,186,88). Sum of RGB (Red+Green+Blue) = 209+186+88=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA58 is #2E45A7. Grayscale: #B6B6B6. Windows color (decimal): -3032488 or 5814993. OLE color: 5814993.

HSL color Cylindrical-coordinate representation of color #D1BA58: hue angle of 48.6º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1BA58 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB20918688-
CMYK00.110.580.18
HSL48.6º56.81%58.24%-
HSV(B)48.6º57.89%81.96%-
XYZ45.6149.3816.36-
YUV181.775.12147.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 88 (34.77% from 255) = 18.22%
R=43.27%
G=38.51%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091868800.110.580.1848.656.8158.24
HexD1BA580B3A1231393a
Octal3212721300137222617172
Binary110100011011101010110000101111101010010110001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA58; }

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

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

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

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

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

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

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

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