#D86367

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

Shades of Froly #D86367

Tints of Froly #D86367

Color information

#D86367 (or 0xD86367) is unknown color: approx Froly. HEX triplet: D8, 63 and 67. RGB value is (216,99,103). Sum of RGB (Red+Green+Blue) = 216+99+103=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D86367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86367 is #279C98. Grayscale: #868686. Windows color (decimal): -2595993 or 6775768. OLE color: 6775768.

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

Color convert

RGB21699103-
CMYK00.540.520.15
HSL357.95º60%61.76%-
HSV(B)357.95º54.17%84.71%-
XYZ35.2324.515.7-
YUV134.44110.26186.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.67%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 103 (40.62% from 255) = 24.64%
R=51.67%
G=23.68%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169910300.540.520.15357.956061.76
HexD8636703634F1663c3e
Octal33014314706664175467476
Binary110110001100011110011101101101101001111101100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86367; }

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

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

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

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

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

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

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

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