#DC6F70

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

Shades of Froly #DC6F70

Tints of Froly #DC6F70

Color information

#DC6F70 (or 0xDC6F70) is unknown color: approx Froly. HEX triplet: DC, 6F and 70. RGB value is (220,111,112). Sum of RGB (Red+Green+Blue) = 220+111+112=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F70 is #23908F. Grayscale: #8F8F8F. Windows color (decimal): -2330768 or 7368668. OLE color: 7368668.

HSL color Cylindrical-coordinate representation of color #DC6F70: hue angle of 359.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6F70 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB220111112-
CMYK00.500.490.14
HSL359.45º60.89%64.9%-
HSV(B)359.45º49.55%86.27%-
XYZ38.1227.7518.68-
YUV143.71110.11182.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.66%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=49.66%
G=25.06%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011111200.500.490.14359.4560.8964.9
HexDC6F7003231E1673d41
Octal334157160062611654775101
Binary1101110011011111110000011001011000111101011001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6F70; }

 p { color: rgb(220,111,112); }

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

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

 a { background-color: rgb(220,111,112); }

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

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

 span { border-color: rgb(220,111,112); }

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