#D9BD5C

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

Shades of Tacha #D9BD5C

Tints of Tacha #D9BD5C

Color information

#D9BD5C (or 0xD9BD5C) is unknown color: approx Tacha. HEX triplet: D9, BD and 5C. RGB value is (217,189,92). Sum of RGB (Red+Green+Blue) = 217+189+92=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BD5C is #2642A3. Grayscale: #BABABA. Windows color (decimal): -2507428 or 6077913. OLE color: 6077913.

HSL color Cylindrical-coordinate representation of color #D9BD5C: hue angle of 46.56º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9BD5C is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21718992-
CMYK00.130.580.15
HSL46.56º62.19%60.59%-
HSV(B)46.56º57.6%85.1%-
XYZ48.7451.9217.58-
YUV186.3174.78149.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 92 (36.33% from 255) = 18.47%
R=43.57%
G=37.95%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171899200.130.580.1546.5662.1960.59
HexD9BD5C0D3AF2f3e3d
Octal3312751340157217577675
Binary11011001101111011011100011011110101111101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BD5C; }

 p { color: rgb(217,189,92); }

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

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

 a { background-color: rgb(217,189,92); }

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

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

 span { border-color: rgb(217,189,92); }

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