#D96A74

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

Shades of Froly #D96A74

Tints of Froly #D96A74

Color information

#D96A74 (or 0xD96A74) is unknown color: approx Froly. HEX triplet: D9, 6A and 74. RGB value is (217,106,116). Sum of RGB (Red+Green+Blue) = 217+106+116=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A74 is #26958B. Grayscale: #8C8C8C. Windows color (decimal): -2528652 or 7629529. OLE color: 7629529.

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

Color convert

RGB217106116-
CMYK00.510.470.15
HSL354.59º59.36%63.33%-
HSV(B)354.59º51.15%85.1%-
XYZ36.9226.3219.66-
YUV140.33114.27182.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.43%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 116 (45.70% from 255) = 26.42%
R=49.43%
G=24.15%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710611600.510.470.15354.5959.3663.33
HexD96A740332FF1633b3f
Octal33115216406357175437377
Binary110110011101010111010001100111011111111101100011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A74; }

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

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

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

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

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

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

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

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