#D47074

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

Shades of Froly #D47074

Tints of Froly #D47074

Color information

#D47074 (or 0xD47074) is unknown color: approx Froly. HEX triplet: D4, 70 and 74. RGB value is (212,112,116). Sum of RGB (Red+Green+Blue) = 212+112+116=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D47074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47074 is #2B8F8B. Grayscale: #8E8E8E. Windows color (decimal): -2854796 or 7631060. OLE color: 7631060.

HSL color Cylindrical-coordinate representation of color #D47074: hue angle of 357.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47074 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212112116-
CMYK00.470.450.17
HSL357.6º53.76%63.53%-
HSV(B)357.6º47.17%83.14%-
XYZ36.126.8519.8-
YUV142.36113.13177.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.18%
GREEN value IS 112 (44.14% from 255) = 25.45%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=48.18%
G=25.45%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211211600.470.450.17357.653.7663.53
HexD4707402F2D111663640
Octal324160164057552154666100
Binary11010100111000011101000101111101101100011011001101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47074; }

 p { color: rgb(212,112,116); }

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

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

 a { background-color: rgb(212,112,116); }

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

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

 span { border-color: rgb(212,112,116); }

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