#D3BA55

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

Shades of Tacha #D3BA55

Tints of Tacha #D3BA55

Color information

#D3BA55 (or 0xD3BA55) is unknown color: approx Tacha. HEX triplet: D3, BA and 55. RGB value is (211,186,85). Sum of RGB (Red+Green+Blue) = 211+186+85=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BA55 is #2C45AA. Grayscale: #B6B6B6. Windows color (decimal): -2901419 or 5618387. OLE color: 5618387.

HSL color Cylindrical-coordinate representation of color #D3BA55: hue angle of 48.1º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3BA55 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB21118685-
CMYK00.120.600.17
HSL48.1º58.88%58.04%-
HSV(B)48.1º59.72%82.75%-
XYZ46.0649.6215.74-
YUV181.9673.28148.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.78%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 85 (33.59% from 255) = 17.63%
R=43.78%
G=38.59%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111868500.120.600.1748.158.8858.04
HexD3BA550C3C11303b3a
Octal3232721250147421607372
Binary110100111011101010101010110011110010001110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BA55; }

 p { color: rgb(211,186,85); }

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

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

 a { background-color: rgb(211,186,85); }

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

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

 span { border-color: rgb(211,186,85); }

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