#D86568

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

Shades of Froly #D86568

Tints of Froly #D86568

Color information

#D86568 (or 0xD86568) is unknown color: approx Froly. HEX triplet: D8, 65 and 68. RGB value is (216,101,104). Sum of RGB (Red+Green+Blue) = 216+101+104=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D86568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86568 is #279A97. Grayscale: #878787. Windows color (decimal): -2595480 or 6841816. OLE color: 6841816.

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

Color convert

RGB216101104-
CMYK00.530.520.15
HSL358.43º59.59%62.16%-
HSV(B)358.43º53.24%84.71%-
XYZ35.4724.9116.03-
YUV135.73110.1185.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.31%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=51.31%
G=23.99%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610110400.530.520.15358.4359.5962.16
HexD8656803534F1663c3e
Octal33014515006564175467476
Binary110110001100101110100001101011101001111101100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86568; }

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

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

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

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

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

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

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

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