Html Css Color HEX #D16D73 Froly

📋 copy color: '#D16D73'

red 209 ◦ green 109 ◦ blue 115

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

Shades of Froly #D16D73

Tints of Froly #D16D73

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.17%

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

R = 48.27%
G = 25.17%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D16D73 (or 0xD16D73) is known color: Froly. HEX triplet: D1, 6D and 73. RGB value is (209,109,115). Sum of RGB (Red+Green+Blue) = 209+109+115=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D73 is #2E928C. Grayscale: #8B8B8B. Windows color (decimal): -3052173 or 7564753. OLE color: 7564753.

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

Color convert

RGB 209 109 115 -
CMYK 0 0.48 0.45 0.18
HSL 356.4º 0.52% 0.62% -
HSV(B) 356.4º 0.48% 0.82% -
XYZ 34.86 25.73 19.35 -
YUV 139.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 209 109 115 0 0.48 0.45 0.18 356.4 0.52 0.62
Hex D1 6D 73 0 30 2D 12 164 34 3E
Octal 321 155 163 0 60 55 22 544 64 76
Binary 11010001 1101101 1110011 0 110000 101101 10010 101100100 110100 111110

Color Harmonies of #D16D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D73

Black with #D16D73

Text Example


Text Example

White with #D16D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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