#D17479

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

Shades of Froly #D17479

Tints of Froly #D17479

Color information

#D17479 (or 0xD17479) is unknown color: approx Froly. HEX triplet: D1, 74 and 79. RGB value is (209,116,121). Sum of RGB (Red+Green+Blue) = 209+116+121=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D17479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17479 is #2E8B86. Grayscale: #909090. Windows color (decimal): -3050375 or 7959761. OLE color: 7959761.

HSL color Cylindrical-coordinate representation of color #D17479: hue angle of 356.77º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17479 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB209116121-
CMYK00.440.420.18
HSL356.77º50.27%63.73%-
HSV(B)356.77º44.5%81.96%-
XYZ35.9927.4321.49-
YUV144.38114.81174.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=46.86%
G=26.01%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911612100.440.420.18356.7750.2763.73
HexD1747902C2A121653240
Octal321164171054522254562100
Binary11010001111010011110010101100101010100101011001011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17479; }

 p { color: rgb(209,116,121); }

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

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

 a { background-color: rgb(209,116,121); }

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

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

 span { border-color: rgb(209,116,121); }

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