Html Css Color HEX #D86B72 Froly

📋 copy color: '#D86B72'

red 216 ◦ green 107 ◦ blue 114

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

Shades of Froly #D86B72

Tints of Froly #D86B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.49%

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 49.43%
G = 24.49%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D86B72 (or 0xD86B72) is known color: Froly. HEX triplet: D8, 6B and 72. RGB value is (216,107,114). Sum of RGB (Red+Green+Blue) = 216+107+114=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B72 is #27948D. Grayscale: #8C8C8C. Windows color (decimal): -2593934 or 7498712. OLE color: 7498712.

HSL color Cylindrical-coordinate representation of color #D86B72: hue angle of 356.15º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86B72 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 107 114 -
CMYK 0 0.50 0.47 0.15
HSL 356.15º 0.58% 0.63% -
HSV(B) 356.15º 0.5% 0.85% -
XYZ 36.61 26.33 19.07 -
YUV 140.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 216 107 114 0 0.50 0.47 0.15 356.15 0.58 0.63
Hex D8 6B 72 0 32 2F F 164 3A 3F
Octal 330 153 162 0 62 57 17 544 72 77
Binary 11011000 1101011 1110010 0 110010 101111 1111 101100100 111010 111111

Color Harmonies of #D86B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B72

Black with #D86B72

Text Example


Text Example

White with #D86B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B72; }

 p { color: rgb(216,107,114); }

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

background-color css

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

 a { background-color: rgb(216,107,114); }

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

border-color css

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

 span { border-color: rgb(216,107,114); }

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