#D97477

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

Shades of Froly #D97477

Tints of Froly #D97477

Color information

#D97477 (or 0xD97477) is unknown color: approx Froly. HEX triplet: D9, 74 and 77. RGB value is (217,116,119). Sum of RGB (Red+Green+Blue) = 217+116+119=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D97477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97477 is #268B88. Grayscale: #929292. Windows color (decimal): -2526089 or 7828697. OLE color: 7828697.

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

Color convert

RGB217116119-
CMYK00.470.450.15
HSL358.22º57.06%65.29%-
HSV(B)358.22º46.54%85.1%-
XYZ38.1928.5720.96-
YUV146.54112.46178.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=48.01%
G=25.66%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711611900.470.450.15358.2257.0665.29
HexD9747702F2DF1663941
Octal331164167057551754671101
Binary1101100111101001110111010111110110111111011001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97477; }

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

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

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

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

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

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

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

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