#D1C06D

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

Shades of Tacha #D1C06D

Tints of Tacha #D1C06D

Color information

#D1C06D (or 0xD1C06D) is unknown color: approx Tacha. HEX triplet: D1, C0 and 6D. RGB value is (209,192,109). Sum of RGB (Red+Green+Blue) = 209+192+109=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C06D is #2E3F92. Grayscale: #BBBBBB. Windows color (decimal): -3030931 or 7192785. OLE color: 7192785.

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

Color convert

RGB209192109-
CMYK00.080.480.18
HSL49.8º52.08%62.35%-
HSV(B)49.8º47.85%81.96%-
XYZ47.952.3622.05-
YUV187.6283.63143.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 109 (42.97% from 255) = 21.37%
R=40.98%
G=37.65%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919210900.080.480.1849.852.0862.35
HexD1C06D08301232343e
Octal3213001550106022626476
Binary110100011100000011011010100011000010010110010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C06D; }

 p { color: rgb(209,192,109); }

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

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

 a { background-color: rgb(209,192,109); }

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

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

 span { border-color: rgb(209,192,109); }

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