#D9646A

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

Shades of Froly #D9646A

Tints of Froly #D9646A

Color information

#D9646A (or 0xD9646A) is unknown color: approx Froly. HEX triplet: D9, 64 and 6A. RGB value is (217,100,106). Sum of RGB (Red+Green+Blue) = 217+100+106=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9646A is #269B95. Grayscale: #878787. Windows color (decimal): -2530198 or 6972633. OLE color: 6972633.

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

Color convert

RGB217100106-
CMYK00.540.510.15
HSL356.92º60.62%62.16%-
HSV(B)356.92º53.92%85.1%-
XYZ35.7724.9116.56-
YUV135.67111.26186.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=51.30%
G=23.64%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710010600.540.510.15356.9260.6262.16
HexD9646A03633F1653d3e
Octal33114415206663175457576
Binary110110011100100110101001101101100111111101100101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9646A; }

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

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

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

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

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

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

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

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