#D1C55E

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

Shades of Tacha #D1C55E

Tints of Tacha #D1C55E

Color information

#D1C55E (or 0xD1C55E) is unknown color: approx Tacha. HEX triplet: D1, C5 and 5E. RGB value is (209,197,94). Sum of RGB (Red+Green+Blue) = 209+197+94=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C55E is #2E3AA1. Grayscale: #BDBDBD. Windows color (decimal): -3029666 or 6211025. OLE color: 6211025.

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

Color convert

RGB20919794-
CMYK00.060.550.18
HSL53.74º55.56%59.41%-
HSV(B)53.74º55.02%81.96%-
XYZ48.2854.318.53-
YUV188.8574.48142.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.8%
GREEN value IS 197 (77.34% from 255) = 39.4%
BLUE value IS 94 (37.11% from 255) = 18.8%
R=41.8%
G=39.4%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091979400.060.550.1853.7455.5659.41
HexD1C55E06371236383b
Octal321305136066722667073
Binary11010001110001011011110011011011110010110110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C55E; }

 p { color: rgb(209,197,94); }

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

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

 a { background-color: rgb(209,197,94); }

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

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

 span { border-color: rgb(209,197,94); }

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