#D2B957

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

Shades of Tacha #D2B957

Tints of Tacha #D2B957

Color information

#D2B957 (or 0xD2B957) is unknown color: approx Tacha. HEX triplet: D2, B9 and 57. RGB value is (210,185,87). Sum of RGB (Red+Green+Blue) = 210+185+87=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B957 is #2D46A8. Grayscale: #B5B5B5. Windows color (decimal): -2967209 or 5749202. OLE color: 5749202.

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

Color convert

RGB21018587-
CMYK00.120.590.18
HSL47.8º57.75%58.24%-
HSV(B)47.8º58.57%82.35%-
XYZ45.6549.0916.09-
YUV181.374.78148.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 87 (34.38% from 255) = 18.05%
R=43.57%
G=38.38%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101858700.120.590.1847.857.7558.24
HexD2B9570C3B12303a3a
Octal3222711270147322607272
Binary110100101011100110101110110011101110010110000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B957; }

 p { color: rgb(210,185,87); }

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

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

 a { background-color: rgb(210,185,87); }

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

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

 span { border-color: rgb(210,185,87); }

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