#d86369

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

Shades of Froly #D86369

Tints of Froly #D86369

Color information

#D86369 (or 0xD86369) is unknown color: approx Froly. HEX triplet: D8, 63 and 69. RGB value is (216,99,105). Sum of RGB (Red+Green+Blue) = 216+99+105=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D86369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86369 is #279C96. Grayscale: #868686. Windows color (decimal): -2595991 or 6906840. OLE color: 6906840.

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

Color convert

RGB21699105-
CMYK00.540.510.15
HSL356.92º60%61.76%-
HSV(B)356.92º54.17%84.71%-
XYZ35.3324.5416.24-
YUV134.67111.26186.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.43%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 105 (41.41% from 255) = 25%
R=51.43%
G=23.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169910500.540.510.15356.926061.76
HexD8636903633F1653c3e
Octal33014315106663175457476
Binary110110001100011110100101101101100111111101100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d86369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d86369; }

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

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

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

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

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

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

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

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