#D97478

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

Shades of Froly #D97478

Tints of Froly #D97478

Color information

#D97478 (or 0xD97478) is unknown color: approx Froly. HEX triplet: D9, 74 and 78. RGB value is (217,116,120). Sum of RGB (Red+Green+Blue) = 217+116+120=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D97478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97478 is #268B87. Grayscale: #929292. Windows color (decimal): -2526088 or 7894233. OLE color: 7894233.

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

Color convert

RGB217116120-
CMYK00.470.450.15
HSL357.62º57.06%65.29%-
HSV(B)357.62º46.54%85.1%-
XYZ38.2528.621.27-
YUV146.66112.96178.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=47.90%
G=25.61%
B=26.49%

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
Decimal21711612000.470.450.15357.6257.0665.29
HexD9747802F2DF1663941
Octal331164170057551754671101
Binary1101100111101001111000010111110110111111011001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97478; }

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

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

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

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

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

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

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

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