#D9747A

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

Shades of Froly #D9747A

Tints of Froly #D9747A

Color information

#D9747A (or 0xD9747A) is unknown color: approx Froly. HEX triplet: D9, 74 and 7A. RGB value is (217,116,122). Sum of RGB (Red+Green+Blue) = 217+116+122=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9747A is #268B85. Grayscale: #929292. Windows color (decimal): -2526086 or 8025305. OLE color: 8025305.

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

Color convert

RGB217116122-
CMYK00.470.440.15
HSL356.44º57.06%65.29%-
HSV(B)356.44º46.54%85.1%-
XYZ38.3728.6521.92-
YUV146.88113.96178.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=47.69%
G=25.49%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711612200.470.440.15356.4457.0665.29
HexD9747A02F2CF1643941
Octal331164172057541754471101
Binary1101100111101001111010010111110110011111011001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9747A; }

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

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

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

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

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

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

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

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