#D9797A

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

Shades of Froly #D9797A

Tints of Froly #D9797A

Color information

#D9797A (or 0xD9797A) is unknown color: approx Froly. HEX triplet: D9, 79 and 7A. RGB value is (217,121,122). Sum of RGB (Red+Green+Blue) = 217+121+122=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9797A is #268685. Grayscale: #959595. Windows color (decimal): -2524806 or 8026585. OLE color: 8026585.

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

Color convert

RGB217121122-
CMYK00.440.440.15
HSL359.38º55.81%66.27%-
HSV(B)359.38º44.24%85.1%-
XYZ38.9729.8322.12-
YUV149.82112.3175.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=47.17%
G=26.30%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712112200.440.440.15359.3855.8166.27
HexD9797A02C2CF1673842
Octal331171172054541754770102
Binary1101100111110011111010010110010110011111011001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9797A; }

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

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

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

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

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

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

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

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