#D97D7E

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

Shades of Froly #D97D7E

Tints of Froly #D97D7E

Color information

#D97D7E (or 0xD97D7E) is unknown color: approx Froly. HEX triplet: D9, 7D and 7E. RGB value is (217,125,126). Sum of RGB (Red+Green+Blue) = 217+125+126=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D7E is #268281. Grayscale: #989898. Windows color (decimal): -2523778 or 8289753. OLE color: 8289753.

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

Color convert

RGB217125126-
CMYK00.420.420.15
HSL359.35º54.76%67.06%-
HSV(B)359.35º42.4%85.1%-
XYZ39.7130.9323.61-
YUV152.62112.98173.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=46.37%
G=26.71%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712512600.420.420.15359.3554.7667.06
HexD97D7E02A2AF1673743
Octal331175176052521754767103
Binary1101100111111011111110010101010101011111011001111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97D7E; }

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

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

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

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

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

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

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

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