#D96476

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

Shades of Froly #D96476

Tints of Froly #D96476

Color information

#D96476 (or 0xD96476) is unknown color: approx Froly. HEX triplet: D9, 64 and 76. RGB value is (217,100,118). Sum of RGB (Red+Green+Blue) = 217+100+118=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D96476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96476 is #269B89. Grayscale: #898989. Windows color (decimal): -2530186 or 7759065. OLE color: 7759065.

HSL color Cylindrical-coordinate representation of color #D96476: hue angle of 350.77º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96476 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB217100118-
CMYK00.540.460.15
HSL350.77º60.62%62.16%-
HSV(B)350.77º53.92%85.1%-
XYZ36.4425.1720.08-
YUV137.04117.26185.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.89%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 118 (46.48% from 255) = 27.13%
R=49.89%
G=22.99%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710011800.540.460.15350.7760.6262.16
HexD964760362EF15f3d3e
Octal33114416606656175377576
Binary110110011100100111011001101101011101111101011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96476; }

 p { color: rgb(217,100,118); }

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

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

 a { background-color: rgb(217,100,118); }

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

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

 span { border-color: rgb(217,100,118); }

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