#D5BD5B

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

Shades of Tacha #D5BD5B

Tints of Tacha #D5BD5B

Color information

#D5BD5B (or 0xD5BD5B) is unknown color: approx Tacha. HEX triplet: D5, BD and 5B. RGB value is (213,189,91). Sum of RGB (Red+Green+Blue) = 213+189+91=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BD5B is #2A42A4. Grayscale: #B9B9B9. Windows color (decimal): -2769573 or 6012373. OLE color: 6012373.

HSL color Cylindrical-coordinate representation of color #D5BD5B: hue angle of 48.2º 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 #D5BD5B is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21318991-
CMYK00.110.570.16
HSL48.2º59.22%59.61%-
HSV(B)48.2º57.28%83.53%-
XYZ47.5351.317.29-
YUV18574.95147.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 91 (35.94% from 255) = 18.46%
R=43.20%
G=38.34%
B=18.46%

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
Decimal2131899100.110.570.1648.259.2259.61
HexD5BD5B0B3910303b3c
Octal3252751330137120607374
Binary110101011011110110110110101111100110000110000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BD5B; }

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

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

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

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

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

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

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

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