Html Css Color HEX #D97C7D Froly

📋 copy color: '#D97C7D'

red 217 ◦ green 124 ◦ blue 125

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

Shades of Froly #D97C7D

Tints of Froly #D97C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 46.57%
G = 26.61%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D97C7D (or 0xD97C7D) is known color: Froly. HEX triplet: D9, 7C and 7D. RGB value is (217,124,125). Sum of RGB (Red+Green+Blue) = 217+124+125=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C7D is #268382. Grayscale: #989898. Windows color (decimal): -2524035 or 8223961. OLE color: 8223961.

HSL color Cylindrical-coordinate representation of color #D97C7D: 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.43%. Process color model (Four color, CMYK) of #D97C7D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 124 125 -
CMYK 0 0.43 0.42 0.15
HSL 359.35º 0.55% 0.67% -
HSV(B) 359.35º 0.43% 0.85% -
XYZ 39.52 30.65 23.23 -
YUV 151.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 217 124 125 0 0.43 0.42 0.15 359.35 0.55 0.67
Hex D9 7C 7D 0 2B 2A F 167 37 43
Octal 331 174 175 0 53 52 17 547 67 103
Binary 11011001 1111100 1111101 0 101011 101010 1111 101100111 110111 1000011

Color Harmonies of #D97C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C7D

Black with #D97C7D

Text Example


Text Example

White with #D97C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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