Html Css Color HEX #D86576 Froly

📋 copy color: '#D86576'

red 216 ◦ green 101 ◦ blue 118

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

Shades of Froly #D86576

Tints of Froly #D86576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 49.66%
G = 23.22%
B = 27.13%

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

#D86576 (or 0xD86576) is known color: Froly. HEX triplet: D8, 65 and 76. RGB value is (216,101,118). Sum of RGB (Red+Green+Blue) = 216+101+118=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D86576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86576 is #279A89. Grayscale: #898989. Windows color (decimal): -2595466 or 7759320. OLE color: 7759320.

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

Color convert

RGB 216 101 118 -
CMYK 0 0.53 0.45 0.15
HSL 351.13º 0.6% 0.62% -
HSV(B) 351.13º 0.53% 0.85% -
XYZ 36.24 25.21 20.1 -
YUV 137.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 216 101 118 0 0.53 0.45 0.15 351.13 0.6 0.62
Hex D8 65 76 0 35 2D F 15F 3C 3E
Octal 330 145 166 0 65 55 17 537 74 76
Binary 11011000 1100101 1110110 0 110101 101101 1111 101011111 111100 111110

Color Harmonies of #D86576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86576

Black with #D86576

Text Example


Text Example

White with #D86576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86576; }

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

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

background-color css

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

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

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

border-color css

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

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

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