#D86366

Color #D86366 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D86366

Tints of Froly #D86366

Color information

#D86366 (or 0xD86366) is unknown color: approx Froly. HEX triplet: D8, 63 and 66. RGB value is (216,99,102). Sum of RGB (Red+Green+Blue) = 216+99+102=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D86366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86366 is #279C99. Grayscale: #868686. Windows color (decimal): -2595994 or 6710232. OLE color: 6710232.

HSL color Cylindrical-coordinate representation of color #D86366: hue angle of 358.46º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86366 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB21699102-
CMYK00.540.530.15
HSL358.46º60%61.76%-
HSV(B)358.46º54.17%84.71%-
XYZ35.1824.4815.44-
YUV134.32109.76186.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.80%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=51.80%
G=23.74%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169910200.540.530.15358.466061.76
HexD8636603635F1663c3e
Octal33014314606665175467476
Binary110110001100011110011001101101101011111101100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86366; }

 p { color: rgb(216,99,102); }

 H1.HeaderClassName
 {
   color: #D86366;
 }
 .AnyTagClassName
 {
   color: #D86366;
 }
</style>
background-color css

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

 a { background-color: rgb(216,99,102); }

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

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

 span { border-color: rgb(216,99,102); }

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