Html Css Color HEX #D16F74 Froly

📋 copy color: '#D16F74'

red 209 ◦ green 111 ◦ blue 116

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

Shades of Froly #D16F74

Tints of Froly #D16F74

RGB

 RED value IS 209 (82.03% from 255) = 47.94%

 GREEN value IS 111 (43.75% from 255) = 25.46%

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

R = 47.94%
G = 25.46%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D16F74 (or 0xD16F74) is known color: Froly. HEX triplet: D1, 6F and 74. RGB value is (209,111,116). Sum of RGB (Red+Green+Blue) = 209+111+116=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F74 is #2E908B. Grayscale: #8C8C8C. Windows color (decimal): -3051660 or 7630801. OLE color: 7630801.

HSL color Cylindrical-coordinate representation of color #D16F74: hue angle of 356.94º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16F74 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 111 116 -
CMYK 0 0.47 0.44 0.18
HSL 356.94º 0.52% 0.63% -
HSV(B) 356.94º 0.47% 0.82% -
XYZ 35.13 26.19 19.73 -
YUV 140.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 209 111 116 0 0.47 0.44 0.18 356.94 0.52 0.63
Hex D1 6F 74 0 2F 2C 12 165 34 3F
Octal 321 157 164 0 57 54 22 545 64 77
Binary 11010001 1101111 1110100 0 101111 101100 10010 101100101 110100 111111

Color Harmonies of #D16F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F74

Black with #D16F74

Text Example


Text Example

White with #D16F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F74; }

 p { color: rgb(209,111,116); }

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

background-color css

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

 a { background-color: rgb(209,111,116); }

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

border-color css

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

 span { border-color: rgb(209,111,116); }

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