#D1C65E

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

Shades of Tacha #D1C65E

Tints of Tacha #D1C65E

Color information

#D1C65E (or 0xD1C65E) is unknown color: approx Tacha. HEX triplet: D1, C6 and 5E. RGB value is (209,198,94). Sum of RGB (Red+Green+Blue) = 209+198+94=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C65E is #2E39A1. Grayscale: #BDBDBD. Windows color (decimal): -3029410 or 6211281. OLE color: 6211281.

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

Color convert

RGB20919894-
CMYK00.050.550.18
HSL54.26º55.56%59.41%-
HSV(B)54.26º55.02%81.96%-
XYZ48.5154.7518.6-
YUV189.4374.14141.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.72%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 94 (37.11% from 255) = 18.76%
R=41.72%
G=39.52%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091989400.050.550.1854.2655.5659.41
HexD1C65E05371236383b
Octal321306136056722667073
Binary11010001110001101011110010111011110010110110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C65E; }

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

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

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

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

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

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

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

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