#DC677D

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

Shades of Froly #DC677D

Tints of Froly #DC677D

Color information

#DC677D (or 0xDC677D) is unknown color: approx Froly. HEX triplet: DC, 67 and 7D. RGB value is (220,103,125). Sum of RGB (Red+Green+Blue) = 220+103+125=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC677D is #239882. Grayscale: #8C8C8C. Windows color (decimal): -2332803 or 8218588. OLE color: 8218588.

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

Color convert

RGB220103125-
CMYK00.530.430.14
HSL348.72º62.57%63.33%-
HSV(B)348.72º53.18%86.27%-
XYZ38.0726.422.49-
YUV140.49119.26184.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.11%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=49.11%
G=22.99%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010312500.530.430.14348.7262.5763.33
HexDC677D0352BE15d3f3f
Octal33414717506553165357777
Binary110111001100111111110101101011010111110101011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC677D; }

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

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

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

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

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

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

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

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