#D96465

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

Shades of Froly #D96465

Tints of Froly #D96465

Color information

#D96465 (or 0xD96465) is unknown color: approx Froly. HEX triplet: D9, 64 and 65. RGB value is (217,100,101). Sum of RGB (Red+Green+Blue) = 217+100+101=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D96465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96465 is #269B9A. Grayscale: #878787. Windows color (decimal): -2530203 or 6644953. OLE color: 6644953.

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

Color convert

RGB217100101-
CMYK00.540.530.15
HSL359.49º60.62%62.16%-
HSV(B)359.49º53.92%85.1%-
XYZ35.5224.8115.23-
YUV135.1108.76186.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.91%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 101 (39.84% from 255) = 24.16%
R=51.91%
G=23.92%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710010100.540.530.15359.4960.6262.16
HexD9646503635F1673d3e
Octal33114414506665175477576
Binary110110011100100110010101101101101011111101100111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96465; }

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

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

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

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

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

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

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

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