#D5BA65

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

Shades of Tacha #D5BA65

Tints of Tacha #D5BA65

Color information

#D5BA65 (or 0xD5BA65) is unknown color: approx Tacha. HEX triplet: D5, BA and 65. RGB value is (213,186,101). Sum of RGB (Red+Green+Blue) = 213+186+101=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA65 is #2A459A. Grayscale: #B8B8B8. Windows color (decimal): -2770331 or 6666965. OLE color: 6666965.

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

Color convert

RGB213186101-
CMYK00.130.530.16
HSL45.54º57.14%61.57%-
HSV(B)45.54º52.58%83.53%-
XYZ47.3550.219.51-
YUV184.3880.95148.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 101 (39.84% from 255) = 20.2%
R=42.6%
G=37.2%
B=20.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318610100.130.530.1645.5457.1461.57
HexD5BA650D35102e393e
Octal3252721450156520567176
Binary110101011011101011001010110111010110000101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BA65; }

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

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

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

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

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

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

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

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