Html Css Color HEX #D86D70 Froly

📋 copy color: '#D86D70'

red 216 ◦ green 109 ◦ blue 112

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

Shades of Froly #D86D70

Tints of Froly #D86D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 49.43%
G = 24.94%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D86D70 (or 0xD86D70) is known color: Froly. HEX triplet: D8, 6D and 70. RGB value is (216,109,112). Sum of RGB (Red+Green+Blue) = 216+109+112=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D70 is #27928F. Grayscale: #8D8D8D. Windows color (decimal): -2593424 or 7368152. OLE color: 7368152.

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

Color convert

RGB 216 109 112 -
CMYK 0 0.50 0.48 0.15
HSL 358.32º 0.58% 0.64% -
HSV(B) 358.32º 0.5% 0.85% -
XYZ 36.71 26.71 18.55 -
YUV 141.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 216 109 112 0 0.50 0.48 0.15 358.32 0.58 0.64
Hex D8 6D 70 0 32 30 F 166 3A 40
Octal 330 155 160 0 62 60 17 546 72 100
Binary 11011000 1101101 1110000 0 110010 110000 1111 101100110 111010 1000000

Color Harmonies of #D86D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D70

Black with #D86D70

Text Example


Text Example

White with #D86D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D70; }

 p { color: rgb(216,109,112); }

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

background-color css

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

 a { background-color: rgb(216,109,112); }

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

border-color css

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

 span { border-color: rgb(216,109,112); }

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