#D16D74

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

Shades of Froly #D16D74

Tints of Froly #D16D74

Color information

#D16D74 (or 0xD16D74) is unknown color: approx Froly. HEX triplet: D1, 6D and 74. RGB value is (209,109,116). Sum of RGB (Red+Green+Blue) = 209+109+116=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D74 is #2E928B. Grayscale: #8B8B8B. Windows color (decimal): -3052172 or 7630289. OLE color: 7630289.

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

Color convert

RGB209109116-
CMYK00.480.440.18
HSL355.8º52.08%62.35%-
HSV(B)355.8º47.85%81.96%-
XYZ34.9225.7519.65-
YUV139.7114.63177.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=48.16%
G=25.12%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910911600.480.440.18355.852.0862.35
HexD16D740302C12164343e
Octal32115516406054225446476
Binary1101000111011011110100011000010110010010101100100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16D74; }

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

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

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

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

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

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

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

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