#D16D72

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

Shades of Froly #D16D72

Tints of Froly #D16D72

Color information

#D16D72 (or 0xD16D72) is unknown color: approx Froly. HEX triplet: D1, 6D and 72. RGB value is (209,109,114). Sum of RGB (Red+Green+Blue) = 209+109+114=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D72 is #2E928D. Grayscale: #8B8B8B. Windows color (decimal): -3052174 or 7499217. OLE color: 7499217.

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

Color convert

RGB209109114-
CMYK00.480.450.18
HSL357º52.08%62.35%-
HSV(B)357º47.85%81.96%-
XYZ34.825.7119.05-
YUV139.47113.63177.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.38%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=48.38%
G=25.23%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910911400.480.450.1835752.0862.35
HexD16D720302D12165343e
Octal32115516206055225456476
Binary1101000111011011110010011000010110110010101100101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16D72; }

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

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

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

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

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

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

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

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