Html Css Color HEX #D97377 Froly

📋 copy color: '#D97377'

red 217 ◦ green 115 ◦ blue 119

#D97377
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D97377

Tints of Froly #D97377

RGB

 RED value IS 217 (85.16% from 255) = 48.12%

 GREEN value IS 115 (45.31% from 255) = 25.5%

 BLUE value IS 119 (46.88% from 255) = 26.39%

R = 48.12%
G = 25.5%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D97377 (or 0xD97377) is known color: Froly. HEX triplet: D9, 73 and 77. RGB value is (217,115,119). Sum of RGB (Red+Green+Blue) = 217+115+119=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D97377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97377 is #268C88. Grayscale: #929292. Windows color (decimal): -2526345 or 7828441. OLE color: 7828441.

HSL color Cylindrical-coordinate representation of color #D97377: hue angle of 357.65º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97377 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 115 119 -
CMYK 0 0.47 0.45 0.15
HSL 357.65º 0.57% 0.65% -
HSV(B) 357.65º 0.47% 0.85% -
XYZ 38.08 28.35 20.92 -
YUV 145.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 217 115 119 0 0.47 0.45 0.15 357.65 0.57 0.65
Hex D9 73 77 0 2F 2D F 166 39 41
Octal 331 163 167 0 57 55 17 546 71 101
Binary 11011001 1110011 1110111 0 101111 101101 1111 101100110 111001 1000001

Color Harmonies of #D97377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97377

Black with #D97377

Text Example


Text Example

White with #D97377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97377; }

 p { color: rgb(217,115,119); }

 H1.HeaderClassName
 {
   color: #D97377;
 }
 .AnyTagClassName
 {
   color: #D97377;
 }
</style>

background-color css

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

 a { background-color: rgb(217,115,119); }

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

border-color css

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

 span { border-color: rgb(217,115,119); }

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