Html Css Color HEX #D17073 Froly

📋 copy color: '#D17073'

red 209 ◦ green 112 ◦ blue 115

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

Shades of Froly #D17073

Tints of Froly #D17073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

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

R = 47.94%
G = 25.69%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D17073 (or 0xD17073) is known color: Froly. HEX triplet: D1, 70 and 73. RGB value is (209,112,115). Sum of RGB (Red+Green+Blue) = 209+112+115=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D17073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17073 is #2E8F8C. Grayscale: #8D8D8D. Windows color (decimal): -3051405 or 7565521. OLE color: 7565521.

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

Color convert

RGB 209 112 115 -
CMYK 0 0.46 0.45 0.18
HSL 358.14º 0.51% 0.63% -
HSV(B) 358.14º 0.46% 0.82% -
XYZ 35.18 26.38 19.46 -
YUV 141.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 209 112 115 0 0.46 0.45 0.18 358.14 0.51 0.63
Hex D1 70 73 0 2E 2D 12 166 33 3F
Octal 321 160 163 0 56 55 22 546 63 77
Binary 11010001 1110000 1110011 0 101110 101101 10010 101100110 110011 111111

Color Harmonies of #D17073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17073

Black with #D17073

Text Example


Text Example

White with #D17073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17073; }

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

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

background-color css

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

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

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

border-color css

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

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

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