#D1C15F

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

Shades of Tacha #D1C15F

Tints of Tacha #D1C15F

Color information

#D1C15F (or 0xD1C15F) is unknown color: approx Tacha. HEX triplet: D1, C1 and 5F. RGB value is (209,193,95). Sum of RGB (Red+Green+Blue) = 209+193+95=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C15F is #2E3EA0. Grayscale: #BBBBBB. Windows color (decimal): -3030689 or 6275537. OLE color: 6275537.

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

Color convert

RGB20919395-
CMYK00.080.550.18
HSL51.58º55.34%59.61%-
HSV(B)51.58º54.55%81.96%-
XYZ47.4352.5218.46-
YUV186.6176.3143.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 95 (37.5% from 255) = 19.11%
R=42.05%
G=38.83%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091939500.080.550.1851.5855.3459.61
HexD1C15F08371234373c
Octal3213011370106722646774
Binary110100011100000110111110100011011110010110100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C15F; }

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

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

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

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

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

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

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

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