Html Css Color HEX #D86577 Froly

📋 copy color: '#D86577'

red 216 ◦ green 101 ◦ blue 119

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

Shades of Froly #D86577

Tints of Froly #D86577

RGB

 RED value IS 216 (84.77% from 255) = 49.54%

 GREEN value IS 101 (39.84% from 255) = 23.17%

 BLUE value IS 119 (46.88% from 255) = 27.29%

R = 49.54%
G = 23.17%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D86577 (or 0xD86577) is known color: Froly. HEX triplet: D8, 65 and 77. RGB value is (216,101,119). Sum of RGB (Red+Green+Blue) = 216+101+119=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D86577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86577 is #279A88. Grayscale: #898989. Windows color (decimal): -2595465 or 7824856. OLE color: 7824856.

HSL color Cylindrical-coordinate representation of color #D86577: hue angle of 350.61º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86577 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 101 119 -
CMYK 0 0.53 0.45 0.15
HSL 350.61º 0.6% 0.62% -
HSV(B) 350.61º 0.53% 0.85% -
XYZ 36.3 25.24 20.41 -
YUV 137.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 216 101 119 0 0.53 0.45 0.15 350.61 0.6 0.62
Hex D8 65 77 0 35 2D F 15F 3C 3E
Octal 330 145 167 0 65 55 17 537 74 76
Binary 11011000 1100101 1110111 0 110101 101101 1111 101011111 111100 111110

Color Harmonies of #D86577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86577

Black with #D86577

Text Example


Text Example

White with #D86577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86577; }

 p { color: rgb(216,101,119); }

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

background-color css

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

 a { background-color: rgb(216,101,119); }

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

border-color css

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

 span { border-color: rgb(216,101,119); }

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