Html Css Color HEX #D16E73 Froly

📋 copy color: '#D16E73'

red 209 ◦ green 110 ◦ blue 115

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

Shades of Froly #D16E73

Tints of Froly #D16E73

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.35%

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 48.16%
G = 25.35%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D16E73 (or 0xD16E73) is known color: Froly. HEX triplet: D1, 6E and 73. RGB value is (209,110,115). Sum of RGB (Red+Green+Blue) = 209+110+115=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E73 is #2E918C. Grayscale: #8C8C8C. Windows color (decimal): -3051917 or 7565009. OLE color: 7565009.

HSL color Cylindrical-coordinate representation of color #D16E73: hue angle of 356.97º 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 #D16E73 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 110 115 -
CMYK 0 0.47 0.45 0.18
HSL 356.97º 0.52% 0.63% -
HSV(B) 356.97º 0.47% 0.82% -
XYZ 34.96 25.94 19.38 -
YUV 140.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 209 110 115 0 0.47 0.45 0.18 356.97 0.52 0.63
Hex D1 6E 73 0 2F 2D 12 165 34 3F
Octal 321 156 163 0 57 55 22 545 64 77
Binary 11010001 1101110 1110011 0 101111 101101 10010 101100101 110100 111111

Color Harmonies of #D16E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E73

Black with #D16E73

Text Example


Text Example

White with #D16E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E73; }

 p { color: rgb(209,110,115); }

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

background-color css

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

 a { background-color: rgb(209,110,115); }

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

border-color css

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

 span { border-color: rgb(209,110,115); }

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