Html Css Color HEX #D86A6E Froly

📋 copy color: '#D86A6E'

red 216 ◦ green 106 ◦ blue 110

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

Shades of Froly #D86A6E

Tints of Froly #D86A6E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

 BLUE value IS 110 (43.36% from 255) = 25.46%

R = 50%
G = 24.54%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D86A6E (or 0xD86A6E) is known color: Froly. HEX triplet: D8, 6A and 6E. RGB value is (216,106,110). Sum of RGB (Red+Green+Blue) = 216+106+110=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A6E is #279591. Grayscale: #8B8B8B. Windows color (decimal): -2594194 or 7236312. OLE color: 7236312.

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

Color convert

RGB 216 106 110 -
CMYK 0 0.51 0.49 0.15
HSL 357.82º 0.59% 0.63% -
HSV(B) 357.82º 0.51% 0.85% -
XYZ 36.29 26.03 17.86 -
YUV 139.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 216 106 110 0 0.51 0.49 0.15 357.82 0.59 0.63
Hex D8 6A 6E 0 33 31 F 166 3B 3F
Octal 330 152 156 0 63 61 17 546 73 77
Binary 11011000 1101010 1101110 0 110011 110001 1111 101100110 111011 111111

Color Harmonies of #D86A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A6E

Black with #D86A6E

Text Example


Text Example

White with #D86A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A6E; }

 p { color: rgb(216,106,110); }

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

background-color css

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

 a { background-color: rgb(216,106,110); }

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

border-color css

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

 span { border-color: rgb(216,106,110); }

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