#DF676D

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

Shades of Froly #DF676D

Tints of Froly #DF676D

Color information

#DF676D (or 0xDF676D) is unknown color: approx Froly. HEX triplet: DF, 67 and 6D. RGB value is (223,103,109). Sum of RGB (Red+Green+Blue) = 223+103+109=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF676D is #209892. Grayscale: #8B8B8B. Windows color (decimal): -2136211 or 7170015. OLE color: 7170015.

HSL color Cylindrical-coordinate representation of color #DF676D: hue angle of 357º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF676D is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB223103109-
CMYK00.540.510.13
HSL357º65.22%63.92%-
HSV(B)357º53.81%87.45%-
XYZ38.0426.4917.58-
YUV139.56110.76187.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.26%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=51.26%
G=23.68%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310310900.540.510.1335765.2263.92
HexDF676D03633D1654140
Octal3371471550666315545101100
Binary11011111110011111011010110110110011110110110010110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF676D; }

 p { color: rgb(223,103,109); }

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

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

 a { background-color: rgb(223,103,109); }

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

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

 span { border-color: rgb(223,103,109); }

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