#D9656D

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

Shades of Froly #D9656D

Tints of Froly #D9656D

Color information

#D9656D (or 0xD9656D) is unknown color: approx Froly. HEX triplet: D9, 65 and 6D. RGB value is (217,101,109). Sum of RGB (Red+Green+Blue) = 217+101+109=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9656D is #269A92. Grayscale: #888888. Windows color (decimal): -2529939 or 7169497. OLE color: 7169497.

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

Color convert

RGB217101109-
CMYK00.530.500.15
HSL355.86º60.42%62.35%-
HSV(B)355.86º53.46%85.1%-
XYZ36.0325.1617.43-
YUV136.6112.43185.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=50.82%
G=23.65%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710110900.530.500.15355.8660.4262.35
HexD9656D03532F1643c3e
Octal33114515506562175447476
Binary110110011100101110110101101011100101111101100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9656D; }

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

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

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

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

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

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

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

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