Html Css Color HEX #D86977 Froly

📋 copy color: '#D86977'

red 216 ◦ green 105 ◦ blue 119

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

Shades of Froly #D86977

Tints of Froly #D86977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.86%

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

R = 49.09%
G = 23.86%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D86977 (or 0xD86977) is known color: Froly. HEX triplet: D8, 69 and 77. RGB value is (216,105,119). Sum of RGB (Red+Green+Blue) = 216+105+119=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D86977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86977 is #279688. Grayscale: #8B8B8B. Windows color (decimal): -2594441 or 7825880. OLE color: 7825880.

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

Color convert

RGB 216 105 119 -
CMYK 0 0.51 0.45 0.15
HSL 352.43º 0.59% 0.63% -
HSV(B) 352.43º 0.51% 0.85% -
XYZ 36.7 26.03 20.54 -
YUV 139.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 216 105 119 0 0.51 0.45 0.15 352.43 0.59 0.63
Hex D8 69 77 0 33 2D F 160 3B 3F
Octal 330 151 167 0 63 55 17 540 73 77
Binary 11011000 1101001 1110111 0 110011 101101 1111 101100000 111011 111111

Color Harmonies of #D86977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86977

Black with #D86977

Text Example


Text Example

White with #D86977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86977; }

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

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

background-color css

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

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

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

border-color css

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

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

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