#D3BD5B

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

Shades of Tacha #D3BD5B

Tints of Tacha #D3BD5B

Color information

#D3BD5B (or 0xD3BD5B) is unknown color: approx Tacha. HEX triplet: D3, BD and 5B. RGB value is (211,189,91). Sum of RGB (Red+Green+Blue) = 211+189+91=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BD5B is #2C42A4. Grayscale: #B8B8B8. Windows color (decimal): -2900645 or 6012371. OLE color: 6012371.

HSL color Cylindrical-coordinate representation of color #D3BD5B: hue angle of 49º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3BD5B is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB21118991-
CMYK00.100.570.17
HSL49º57.69%59.22%-
HSV(B)49º56.87%82.75%-
XYZ46.955117.27-
YUV184.4175.29146.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.97%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 91 (35.94% from 255) = 18.53%
R=42.97%
G=38.49%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111899100.100.570.174957.6959.22
HexD3BD5B0A3911313a3b
Octal3232751330127121617273
Binary110100111011110110110110101011100110001110001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BD5B; }

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

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

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

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

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

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

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

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