#D5BA53

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

Shades of Tacha #D5BA53

Tints of Tacha #D5BA53

Color information

#D5BA53 (or 0xD5BA53) is unknown color: approx Tacha. HEX triplet: D5, BA and 53. RGB value is (213,186,83). Sum of RGB (Red+Green+Blue) = 213+186+83=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA53 is #2A45AC. Grayscale: #B6B6B6. Windows color (decimal): -2770349 or 5487317. OLE color: 5487317.

HSL color Cylindrical-coordinate representation of color #D5BA53: hue angle of 47.54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5BA53 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21318683-
CMYK00.130.610.16
HSL47.54º60.75%58.04%-
HSV(B)47.54º61.03%83.53%-
XYZ46.5649.8915.36-
YUV182.3371.95149.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 83 (32.81% from 255) = 17.22%
R=44.19%
G=38.59%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131868300.130.610.1647.5460.7558.04
HexD5BA530D3D10303d3a
Octal3252721230157520607572
Binary110101011011101010100110110111110110000110000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BA53; }

 p { color: rgb(213,186,83); }

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

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

 a { background-color: rgb(213,186,83); }

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

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

 span { border-color: rgb(213,186,83); }

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