#D1C25D

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

Shades of Tacha #D1C25D

Tints of Tacha #D1C25D

Color information

#D1C25D (or 0xD1C25D) is unknown color: approx Tacha. HEX triplet: D1, C2 and 5D. RGB value is (209,194,93). Sum of RGB (Red+Green+Blue) = 209+194+93=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C25D is #2E3DA2. Grayscale: #BBBBBB. Windows color (decimal): -3030435 or 6144721. OLE color: 6144721.

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

Color convert

RGB20919493-
CMYK00.070.560.18
HSL52.24º55.77%59.22%-
HSV(B)52.24º55.5%81.96%-
XYZ47.5652.9318.07-
YUV186.9774.97143.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.14%
GREEN value IS 194 (76.17% from 255) = 39.11%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=42.14%
G=39.11%
B=18.75%

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
Decimal2091949300.070.560.1852.2455.7759.22
HexD1C25D07381234383b
Octal321302135077022647073
Binary11010001110000101011101011111100010010110100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C25D; }

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

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

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

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

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

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

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

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