#D2686F

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

Shades of Froly #D2686F

Tints of Froly #D2686F

Color information

#D2686F (or 0xD2686F) is unknown color: approx Froly. HEX triplet: D2, 68 and 6F. RGB value is (210,104,111). Sum of RGB (Red+Green+Blue) = 210+104+111=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2686F is #2D9790. Grayscale: #888888. Windows color (decimal): -2987921 or 7301330. OLE color: 7301330.

HSL color Cylindrical-coordinate representation of color #D2686F: hue angle of 356.04º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2686F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB210104111-
CMYK00.500.470.18
HSL356.04º54.08%61.57%-
HSV(B)356.04º50.48%82.35%-
XYZ34.424.7518-
YUV136.49113.62180.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.41%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=49.41%
G=24.47%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010411100.500.470.18356.0454.0861.57
HexD2686F0322F12164363e
Octal32215015706257225446676
Binary1101001011010001101111011001010111110010101100100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2686F; }

 p { color: rgb(210,104,111); }

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

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

 a { background-color: rgb(210,104,111); }

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

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

 span { border-color: rgb(210,104,111); }

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