#D9797E

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

Shades of Froly #D9797E

Tints of Froly #D9797E

Color information

#D9797E (or 0xD9797E) is unknown color: approx Froly. HEX triplet: D9, 79 and 7E. RGB value is (217,121,126). Sum of RGB (Red+Green+Blue) = 217+121+126=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D9797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9797E is #268681. Grayscale: #969696. Windows color (decimal): -2524802 or 8288729. OLE color: 8288729.

HSL color Cylindrical-coordinate representation of color #D9797E: hue angle of 356.88º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9797E is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217121126-
CMYK00.440.420.15
HSL356.88º55.81%66.27%-
HSV(B)356.88º44.24%85.1%-
XYZ39.2229.9323.45-
YUV150.27114.3175.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 126 (49.61% from 255) = 27.16%
R=46.77%
G=26.08%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712112600.440.420.15356.8855.8166.27
HexD9797E02C2AF1653842
Octal331171176054521754570102
Binary1101100111110011111110010110010101011111011001011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9797E; }

 p { color: rgb(217,121,126); }

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

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

 a { background-color: rgb(217,121,126); }

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

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

 span { border-color: rgb(217,121,126); }

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