#d86572

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

Shades of Froly #D86572

Tints of Froly #D86572

Color information

#D86572 (or 0xD86572) is unknown color: approx Froly. HEX triplet: D8, 65 and 72. RGB value is (216,101,114). Sum of RGB (Red+Green+Blue) = 216+101+114=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D86572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86572 is #279A8D. Grayscale: #888888. Windows color (decimal): -2595470 or 7497176. OLE color: 7497176.

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

Color convert

RGB216101114-
CMYK00.530.470.15
HSL353.22º59.59%62.16%-
HSV(B)353.22º53.24%84.71%-
XYZ36.0125.1218.87-
YUV136.87115.1184.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.12%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=50.12%
G=23.43%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610111400.530.470.15353.2259.5962.16
HexD865720352FF1613c3e
Octal33014516206557175417476
Binary110110001100101111001001101011011111111101100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d86572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d86572; }

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

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

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

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

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

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

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

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