#D1B258

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

Shades of Tacha #D1B258

Tints of Tacha #D1B258

Color information

#D1B258 (or 0xD1B258) is unknown color: approx Tacha. HEX triplet: D1, B2 and 58. RGB value is (209,178,88). Sum of RGB (Red+Green+Blue) = 209+178+88=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B258 is #2E4DA7. Grayscale: #B1B1B1. Windows color (decimal): -3034536 or 5812945. OLE color: 5812945.

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

Color convert

RGB20917888-
CMYK00.150.580.18
HSL44.63º56.81%58.24%-
HSV(B)44.63º57.89%81.96%-
XYZ43.9846.115.81-
YUV177.0177.77150.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 88 (34.77% from 255) = 18.53%
R=44%
G=37.47%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091788800.150.580.1844.6356.8158.24
HexD1B2580F3A122d393a
Octal3212621300177222557172
Binary110100011011001010110000111111101010010101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B258; }

 p { color: rgb(209,178,88); }

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

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

 a { background-color: rgb(209,178,88); }

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

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

 span { border-color: rgb(209,178,88); }

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