#D1666A

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

Shades of Froly #D1666A

Tints of Froly #D1666A

Color information

#D1666A (or 0xD1666A) is unknown color: approx Froly. HEX triplet: D1, 66 and 6A. RGB value is (209,102,106). Sum of RGB (Red+Green+Blue) = 209+102+106=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1666A is #2E9995. Grayscale: #868686. Windows color (decimal): -3053974 or 6973137. OLE color: 6973137.

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

Color convert

RGB209102106-
CMYK00.510.490.18
HSL357.76º53.77%60.98%-
HSV(B)357.76º51.2%81.96%-
XYZ33.6524.116.51-
YUV134.45111.95181.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=50.12%
G=24.46%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910210600.510.490.18357.7653.7760.98
HexD1666A0333112166363d
Octal32114615206361225466675
Binary1101000111001101101010011001111000110010101100110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1666A; }

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

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

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

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

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

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

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

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