#D97475

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

Shades of Froly #D97475

Tints of Froly #D97475

Color information

#D97475 (or 0xD97475) is unknown color: approx Froly. HEX triplet: D9, 74 and 75. RGB value is (217,116,117). Sum of RGB (Red+Green+Blue) = 217+116+117=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D97475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97475 is #268B8A. Grayscale: #929292. Windows color (decimal): -2526091 or 7697625. OLE color: 7697625.

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

Color convert

RGB217116117-
CMYK00.470.460.15
HSL359.41º57.06%65.29%-
HSV(B)359.41º46.54%85.1%-
XYZ38.0728.5320.33-
YUV146.31111.46178.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.22%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 117 (46.09% from 255) = 26%
R=48.22%
G=25.78%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711611700.470.460.15359.4157.0665.29
HexD9747502F2EF1673941
Octal331164165057561754771101
Binary1101100111101001110101010111110111011111011001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97475; }

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

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

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

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

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

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

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

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