#D16B71

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

Shades of Froly #D16B71

Tints of Froly #D16B71

Color information

#D16B71 (or 0xD16B71) is unknown color: approx Froly. HEX triplet: D1, 6B and 71. RGB value is (209,107,113). Sum of RGB (Red+Green+Blue) = 209+107+113=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16B71 is #2E948E. Grayscale: #8A8A8A. Windows color (decimal): -3052687 or 7433169. OLE color: 7433169.

HSL color Cylindrical-coordinate representation of color #D16B71: hue angle of 356.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16B71 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB209107113-
CMYK00.490.460.18
HSL356.47º52.58%61.96%-
HSV(B)356.47º48.8%81.96%-
XYZ34.5325.2618.68-
YUV138.18113.79178.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.72%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=48.72%
G=24.94%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910711300.490.460.18356.4752.5861.96
HexD16B710312E12164353e
Octal32115316106156225446576
Binary1101000111010111110001011000110111010010101100100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16B71; }

 p { color: rgb(209,107,113); }

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

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

 a { background-color: rgb(209,107,113); }

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

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

 span { border-color: rgb(209,107,113); }

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