#D4686D

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

Shades of Froly #D4686D

Tints of Froly #D4686D

Color information

#D4686D (or 0xD4686D) is unknown color: approx Froly. HEX triplet: D4, 68 and 6D. RGB value is (212,104,109). Sum of RGB (Red+Green+Blue) = 212+104+109=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4686D is #2B9792. Grayscale: #888888. Windows color (decimal): -2856851 or 7170260. OLE color: 7170260.

HSL color Cylindrical-coordinate representation of color #D4686D: hue angle of 357.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4686D is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB212104109-
CMYK00.510.490.17
HSL357.22º55.67%61.96%-
HSV(B)357.22º50.94%83.14%-
XYZ34.862517.46-
YUV136.86112.28181.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=49.88%
G=24.47%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210410900.510.490.17357.2255.6761.96
HexD4686D0333111165383e
Octal32415015506361215457076
Binary1101010011010001101101011001111000110001101100101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4686D; }

 p { color: rgb(212,104,109); }

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

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

 a { background-color: rgb(212,104,109); }

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

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

 span { border-color: rgb(212,104,109); }

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