#D97174

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

Shades of Froly #D97174

Tints of Froly #D97174

Color information

#D97174 (or 0xD97174) is unknown color: approx Froly. HEX triplet: D9, 71 and 74. RGB value is (217,113,116). Sum of RGB (Red+Green+Blue) = 217+113+116=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D97174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97174 is #268E8B. Grayscale: #909090. Windows color (decimal): -2526860 or 7631321. OLE color: 7631321.

HSL color Cylindrical-coordinate representation of color #D97174: hue angle of 358.27º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97174 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB217113116-
CMYK00.480.470.15
HSL358.27º57.78%64.71%-
HSV(B)358.27º47.93%85.1%-
XYZ37.6727.8219.91-
YUV144.44111.96179.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.65%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 116 (45.70% from 255) = 26.01%
R=48.65%
G=25.34%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711311600.480.470.15358.2757.7864.71
HexD971740302FF1663a41
Octal331161164060571754672101
Binary1101100111100011110100011000010111111111011001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97174; }

 p { color: rgb(217,113,116); }

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

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

 a { background-color: rgb(217,113,116); }

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

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

 span { border-color: rgb(217,113,116); }

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