#d1666d

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

Shades of Froly #D1666D

Tints of Froly #D1666D

Color information

#D1666D (or 0xD1666D) is unknown color: approx Froly. HEX triplet: D1, 66 and 6D. RGB value is (209,102,109). Sum of RGB (Red+Green+Blue) = 209+102+109=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1666D is #2E9992. Grayscale: #868686. Windows color (decimal): -3053971 or 7169745. OLE color: 7169745.

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

Color convert

RGB209102109-
CMYK00.510.480.18
HSL356.07º53.77%60.98%-
HSV(B)356.07º51.2%81.96%-
XYZ33.8124.1617.35-
YUV134.79113.45180.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.76%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=49.76%
G=24.29%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910210900.510.480.18356.0753.7760.98
HexD1666D0333012164363d
Octal32114615506360225446675
Binary1101000111001101101101011001111000010010101100100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1666d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1666d; }

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

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

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

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

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

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

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

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