#D4686F

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

Shades of Froly #D4686F

Tints of Froly #D4686F

Color information

#D4686F (or 0xD4686F) is unknown color: approx Froly. HEX triplet: D4, 68 and 6F. RGB value is (212,104,111). Sum of RGB (Red+Green+Blue) = 212+104+111=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4686F is #2B9790. Grayscale: #898989. Windows color (decimal): -2856849 or 7301332. OLE color: 7301332.

HSL color Cylindrical-coordinate representation of color #D4686F: hue angle of 356.11º 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 #D4686F is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB212104111-
CMYK00.510.480.17
HSL356.11º55.67%61.96%-
HSV(B)356.11º50.94%83.14%-
XYZ34.9725.0518.03-
YUV137.09113.28181.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 104 (41.02% from 255) = 24.36%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=49.65%
G=24.36%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210411100.510.480.17356.1155.6761.96
HexD4686F0333011164383e
Octal32415015706360215447076
Binary1101010011010001101111011001111000010001101100100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4686F; }

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

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

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

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

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

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

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

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