#D96D74

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

Shades of Froly #D96D74

Tints of Froly #D96D74

Color information

#D96D74 (or 0xD96D74) is unknown color: approx Froly. HEX triplet: D9, 6D and 74. RGB value is (217,109,116). Sum of RGB (Red+Green+Blue) = 217+109+116=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D74 is #26928B. Grayscale: #8E8E8E. Windows color (decimal): -2527884 or 7630297. OLE color: 7630297.

HSL color Cylindrical-coordinate representation of color #D96D74: hue angle of 356.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96D74 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB217109116-
CMYK00.500.470.15
HSL356.11º58.7%63.92%-
HSV(B)356.11º49.77%85.1%-
XYZ37.2426.9519.76-
YUV142.09113.28181.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.10%
GREEN value IS 109 (42.97% from 255) = 24.66%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=49.10%
G=24.66%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710911600.500.470.15356.1158.763.92
HexD96D740322FF1643b40
Octal331155164062571754473100
Binary1101100111011011110100011001010111111111011001001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96D74; }

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

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

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

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

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

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

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

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