#D1BD5D

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

Shades of Tacha #D1BD5D

Tints of Tacha #D1BD5D

Color information

#D1BD5D (or 0xD1BD5D) is unknown color: approx Tacha. HEX triplet: D1, BD and 5D. RGB value is (209,189,93). Sum of RGB (Red+Green+Blue) = 209+189+93=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BD5D is #2E42A2. Grayscale: #B8B8B8. Windows color (decimal): -3031715 or 6143441. OLE color: 6143441.

HSL color Cylindrical-coordinate representation of color #D1BD5D: hue angle of 49.66º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1BD5D is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20918993-
CMYK00.100.560.18
HSL49.66º55.77%59.22%-
HSV(B)49.66º55.5%81.96%-
XYZ46.4750.7417.7-
YUV184.0476.63145.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 93 (36.72% from 255) = 18.94%
R=42.57%
G=38.49%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091899300.100.560.1849.6655.7759.22
HexD1BD5D0A381232383b
Octal3212751350127022627073
Binary110100011011110110111010101011100010010110010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BD5D; }

 p { color: rgb(209,189,93); }

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

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

 a { background-color: rgb(209,189,93); }

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

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

 span { border-color: rgb(209,189,93); }

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