#DF6A6C

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

Shades of Froly #DF6A6C

Tints of Froly #DF6A6C

Color information

#DF6A6C (or 0xDF6A6C) is unknown color: approx Froly. HEX triplet: DF, 6A and 6C. RGB value is (223,106,108). Sum of RGB (Red+Green+Blue) = 223+106+108=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A6C is #209593. Grayscale: #8D8D8D. Windows color (decimal): -2135444 or 7105247. OLE color: 7105247.

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

Color convert

RGB223106108-
CMYK00.520.520.13
HSL358.97º64.64%64.51%-
HSV(B)358.97º52.47%87.45%-
XYZ38.2927.0817.4-
YUV141.21109.26186.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.03%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=51.03%
G=24.26%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310610800.520.520.13358.9764.6464.51
HexDF6A6C03434D1674141
Octal3371521540646415547101101
Binary11011111110101011011000110100110100110110110011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6A6C; }

 p { color: rgb(223,106,108); }

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

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

 a { background-color: rgb(223,106,108); }

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

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

 span { border-color: rgb(223,106,108); }

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