#D5BE5B

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

Shades of Tacha #D5BE5B

Tints of Tacha #D5BE5B

Color information

#D5BE5B (or 0xD5BE5B) is unknown color: approx Tacha. HEX triplet: D5, BE and 5B. RGB value is (213,190,91). Sum of RGB (Red+Green+Blue) = 213+190+91=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE5B is #2A41A4. Grayscale: #BABABA. Windows color (decimal): -2769317 or 6012629. OLE color: 6012629.

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

Color convert

RGB21319091-
CMYK00.110.570.16
HSL48.69º59.22%59.61%-
HSV(B)48.69º57.28%83.53%-
XYZ47.7451.7317.37-
YUV185.5974.62147.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 91 (35.94% from 255) = 18.42%
R=43.12%
G=38.46%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131909100.110.570.1648.6959.2259.61
HexD5BE5B0B3910313b3c
Octal3252761330137120617374
Binary110101011011111010110110101111100110000110001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BE5B; }

 p { color: rgb(213,190,91); }

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

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

 a { background-color: rgb(213,190,91); }

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

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

 span { border-color: rgb(213,190,91); }

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