#D86569

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

Shades of Froly #D86569

Tints of Froly #D86569

Color information

#D86569 (or 0xD86569) is unknown color: approx Froly. HEX triplet: D8, 65 and 69. RGB value is (216,101,105). Sum of RGB (Red+Green+Blue) = 216+101+105=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D86569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86569 is #279A96. Grayscale: #878787. Windows color (decimal): -2595479 or 6907352. OLE color: 6907352.

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

Color convert

RGB216101105-
CMYK00.530.510.15
HSL357.91º59.59%62.16%-
HSV(B)357.91º53.24%84.71%-
XYZ35.5224.9316.3-
YUV135.84110.6185.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.18%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=51.18%
G=23.93%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610110500.530.510.15357.9159.5962.16
HexD8656903533F1663c3e
Octal33014515106563175467476
Binary110110001100101110100101101011100111111101100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86569; }

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

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

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

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

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

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

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

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