#D5BA63

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

Shades of Tacha #D5BA63

Tints of Tacha #D5BA63

Color information

#D5BA63 (or 0xD5BA63) is unknown color: approx Tacha. HEX triplet: D5, BA and 63. RGB value is (213,186,99). Sum of RGB (Red+Green+Blue) = 213+186+99=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA63 is #2A459C. Grayscale: #B8B8B8. Windows color (decimal): -2770333 or 6535893. OLE color: 6535893.

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

Color convert

RGB21318699-
CMYK00.130.540.16
HSL45.79º57.58%61.18%-
HSV(B)45.79º53.52%83.53%-
XYZ47.2550.1619-
YUV184.1579.95148.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 99 (39.06% from 255) = 19.88%
R=42.77%
G=37.35%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131869900.130.540.1645.7957.5861.18
HexD5BA630D36102e3a3d
Octal3252721430156620567275
Binary110101011011101011000110110111011010000101110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BA63; }

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

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

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

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

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

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

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

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