#D97173

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

Shades of Froly #D97173

Tints of Froly #D97173

Color information

#D97173 (or 0xD97173) is unknown color: approx Froly. HEX triplet: D9, 71 and 73. RGB value is (217,113,115). Sum of RGB (Red+Green+Blue) = 217+113+115=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D97173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97173 is #268E8C. Grayscale: #909090. Windows color (decimal): -2526861 or 7565785. OLE color: 7565785.

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

Color convert

RGB217113115-
CMYK00.480.470.15
HSL358.85º57.78%64.71%-
HSV(B)358.85º47.93%85.1%-
XYZ37.6127.819.6-
YUV144.32111.46179.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.76%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=48.76%
G=25.39%
B=25.84%

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
Decimal21711311500.480.470.15358.8557.7864.71
HexD971730302FF1673a41
Octal331161163060571754772101
Binary1101100111100011110011011000010111111111011001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97173; }

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

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

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

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

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

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

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

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