#DC7779

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

Shades of Froly #DC7779

Tints of Froly #DC7779

Color information

#DC7779 (or 0xDC7779) is unknown color: approx Froly. HEX triplet: DC, 77 and 79. RGB value is (220,119,121). Sum of RGB (Red+Green+Blue) = 220+119+121=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7779 is #238886. Grayscale: #959595. Windows color (decimal): -2328711 or 7960540. OLE color: 7960540.

HSL color Cylindrical-coordinate representation of color #DC7779: hue angle of 358.81º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7779 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220119121-
CMYK00.460.450.14
HSL358.81º59.06%66.47%-
HSV(B)358.81º45.91%86.27%-
XYZ39.5629.7921.75-
YUV149.43111.96178.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.83%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 121 (47.66% from 255) = 26.30%
R=47.83%
G=25.87%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011912100.460.450.14358.8159.0666.47
HexDC777902E2DE1673b42
Octal334167171056551654773102
Binary1101110011101111111001010111010110111101011001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7779; }

 p { color: rgb(220,119,121); }

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

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

 a { background-color: rgb(220,119,121); }

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

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

 span { border-color: rgb(220,119,121); }

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