#D1C35D

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

Shades of Tacha #D1C35D

Tints of Tacha #D1C35D

Color information

#D1C35D (or 0xD1C35D) is unknown color: approx Tacha. HEX triplet: D1, C3 and 5D. RGB value is (209,195,93). Sum of RGB (Red+Green+Blue) = 209+195+93=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C35D is #2E3CA2. Grayscale: #BBBBBB. Windows color (decimal): -3030179 or 6144977. OLE color: 6144977.

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

Color convert

RGB20919593-
CMYK00.070.560.18
HSL52.76º55.77%59.22%-
HSV(B)52.76º55.5%81.96%-
XYZ47.7953.3818.14-
YUV187.5674.64143.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 93 (36.72% from 255) = 18.71%
R=42.05%
G=39.24%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091959300.070.560.1852.7655.7759.22
HexD1C35D07381235383b
Octal321303135077022657073
Binary11010001110000111011101011111100010010110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C35D; }

 p { color: rgb(209,195,93); }

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

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

 a { background-color: rgb(209,195,93); }

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

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

 span { border-color: rgb(209,195,93); }

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