Html Css Color HEX #D97274 Froly

📋 copy color: '#D97274'

red 217 ◦ green 114 ◦ blue 116

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

Shades of Froly #D97274

Tints of Froly #D97274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.5%

 BLUE value IS 116 (45.7% from 255) = 25.95%

R = 48.55%
G = 25.5%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D97274 (or 0xD97274) is known color: Froly. HEX triplet: D9, 72 and 74. RGB value is (217,114,116). Sum of RGB (Red+Green+Blue) = 217+114+116=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D97274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97274 is #268D8B. Grayscale: #919191. Windows color (decimal): -2526604 or 7631577. OLE color: 7631577.

HSL color Cylindrical-coordinate representation of color #D97274: hue angle of 358.83º degrees, saturation: 0.58, 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 #D97274 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 116 -
CMYK 0 0.47 0.47 0.15
HSL 358.84º 0.58% 0.65% -
HSV(B) 358.84º 0.47% 0.85% -
XYZ 37.78 28.05 19.95 -
YUV 145.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 217 114 116 0 0.47 0.47 0.15 358.84 0.58 0.65
Hex D9 72 74 0 2F 2F F 167 3A 41
Octal 331 162 164 0 57 57 17 547 72 101
Binary 11011001 1110010 1110100 0 101111 101111 1111 101100111 111010 1000001

Color Harmonies of #D97274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97274

Black with #D97274

Text Example


Text Example

White with #D97274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97274; }

 p { color: rgb(217,114,116); }

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

background-color css

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

 a { background-color: rgb(217,114,116); }

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

border-color css

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

 span { border-color: rgb(217,114,116); }

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