#DC677A

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

Shades of Froly #DC677A

Tints of Froly #DC677A

Color information

#DC677A (or 0xDC677A) is unknown color: approx Froly. HEX triplet: DC, 67 and 7A. RGB value is (220,103,122). Sum of RGB (Red+Green+Blue) = 220+103+122=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC677A is #239885. Grayscale: #8C8C8C. Windows color (decimal): -2332806 or 8021980. OLE color: 8021980.

HSL color Cylindrical-coordinate representation of color #DC677A: hue angle of 350.26º 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 #DC677A is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220103122-
CMYK00.530.450.14
HSL350.26º62.57%63.33%-
HSV(B)350.26º53.18%86.27%-
XYZ37.8826.3221.5-
YUV140.15117.76184.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=49.44%
G=23.15%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010312200.530.450.14350.2662.5763.33
HexDC677A0352DE15e3f3f
Octal33414717206555165367777
Binary110111001100111111101001101011011011110101011110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC677A; }

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

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

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

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

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

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

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

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