#D5B564

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

Shades of Tacha #D5B564

Tints of Tacha #D5B564

Color information

#D5B564 (or 0xD5B564) is unknown color: approx Tacha. HEX triplet: D5, B5 and 64. RGB value is (213,181,100). Sum of RGB (Red+Green+Blue) = 213+181+100=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B564 is #2A4A9B. Grayscale: #B5B5B5. Windows color (decimal): -2771612 or 6600149. OLE color: 6600149.

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

Color convert

RGB213181100-
CMYK00.150.530.16
HSL43.01º57.36%61.37%-
HSV(B)43.01º53.05%83.53%-
XYZ46.2648.1118.91-
YUV181.3382.1150.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 100 (39.45% from 255) = 20.24%
R=43.12%
G=36.64%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318110000.150.530.1643.0157.3661.37
HexD5B5640F35102b393d
Octal3252651440176520537175
Binary110101011011010111001000111111010110000101011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B564; }

 p { color: rgb(213,181,100); }

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

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

 a { background-color: rgb(213,181,100); }

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

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

 span { border-color: rgb(213,181,100); }

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