#D9646D

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

Shades of Froly #D9646D

Tints of Froly #D9646D

Color information

#D9646D (or 0xD9646D) is unknown color: approx Froly. HEX triplet: D9, 64 and 6D. RGB value is (217,100,109). Sum of RGB (Red+Green+Blue) = 217+100+109=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9646D is #269B92. Grayscale: #888888. Windows color (decimal): -2530195 or 7169241. OLE color: 7169241.

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

Color convert

RGB217100109-
CMYK00.540.500.15
HSL355.38º60.62%62.16%-
HSV(B)355.38º53.92%85.1%-
XYZ35.9324.9717.39-
YUV136.01112.76185.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.94%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 109 (42.97% from 255) = 25.59%
R=50.94%
G=23.47%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710010900.540.500.15355.3860.6262.16
HexD9646D03632F1633d3e
Octal33114415506662175437576
Binary110110011100100110110101101101100101111101100011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9646D; }

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

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

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

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

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

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

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

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