#D1C066

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

Shades of Tacha #D1C066

Tints of Tacha #D1C066

Color information

#D1C066 (or 0xD1C066) is unknown color: approx Tacha. HEX triplet: D1, C0 and 66. RGB value is (209,192,102). Sum of RGB (Red+Green+Blue) = 209+192+102=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C066 is #2E3F99. Grayscale: #BBBBBB. Windows color (decimal): -3030938 or 6734033. OLE color: 6734033.

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

Color convert

RGB209192102-
CMYK00.080.510.18
HSL50.47º53.77%60.98%-
HSV(B)50.47º51.2%81.96%-
XYZ47.5452.2120.14-
YUV186.8280.13143.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.55%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 102 (40.23% from 255) = 20.28%
R=41.55%
G=38.17%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919210200.080.510.1850.4753.7760.98
HexD1C06608331232363d
Octal3213001460106322626675
Binary110100011100000011001100100011001110010110010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C066; }

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

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

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

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

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

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

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

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