#DC677C

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

Shades of Froly #DC677C

Tints of Froly #DC677C

Color information

#DC677C (or 0xDC677C) is unknown color: approx Froly. HEX triplet: DC, 67 and 7C. RGB value is (220,103,124). Sum of RGB (Red+Green+Blue) = 220+103+124=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC677C is #239883. Grayscale: #8C8C8C. Windows color (decimal): -2332804 or 8153052. OLE color: 8153052.

HSL color Cylindrical-coordinate representation of color #DC677C: hue angle of 349.23º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC677C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB220103124-
CMYK00.530.440.14
HSL349.23º62.57%63.33%-
HSV(B)349.23º53.18%86.27%-
XYZ3826.3722.16-
YUV140.38118.76184.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=49.22%
G=23.04%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010312400.530.440.14349.2362.5763.33
HexDC677C0352CE15d3f3f
Octal33414717406554165357777
Binary110111001100111111110001101011011001110101011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC677C; }

 p { color: rgb(220,103,124); }

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

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

 a { background-color: rgb(220,103,124); }

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

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

 span { border-color: rgb(220,103,124); }

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