#D1C158

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

Shades of Tacha #D1C158

Tints of Tacha #D1C158

Color information

#D1C158 (or 0xD1C158) is unknown color: approx Tacha. HEX triplet: D1, C1 and 58. RGB value is (209,193,88). Sum of RGB (Red+Green+Blue) = 209+193+88=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C158 is #2E3EA7. Grayscale: #BABABA. Windows color (decimal): -3030696 or 5816785. OLE color: 5816785.

HSL color Cylindrical-coordinate representation of color #D1C158: hue angle of 52.07º 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 #D1C158 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB20919388-
CMYK00.080.580.18
HSL52.07º56.81%58.24%-
HSV(B)52.07º57.89%81.96%-
XYZ47.1352.416.86-
YUV185.8172.8144.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.65%
GREEN value IS 193 (75.78% from 255) = 39.39%
BLUE value IS 88 (34.77% from 255) = 17.96%
R=42.65%
G=39.39%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091938800.080.580.1852.0756.8158.24
HexD1C158083A1234393a
Octal3213011300107222647172
Binary110100011100000110110000100011101010010110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C158; }

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

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

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

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

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

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

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

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