#DC676D

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

Shades of Froly #DC676D

Tints of Froly #DC676D

Color information

#DC676D (or 0xDC676D) is unknown color: approx Froly. HEX triplet: DC, 67 and 6D. RGB value is (220,103,109). Sum of RGB (Red+Green+Blue) = 220+103+109=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC676D is #239892. Grayscale: #8A8A8A. Windows color (decimal): -2332819 or 7170012. OLE color: 7170012.

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

Color convert

RGB220103109-
CMYK00.530.500.14
HSL356.92º62.57%63.33%-
HSV(B)356.92º53.18%86.27%-
XYZ37.1326.0217.53-
YUV138.67111.26186.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.93%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=50.93%
G=23.84%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010310900.530.500.14356.9262.5763.33
HexDC676D03532E1653f3f
Octal33414715506562165457777
Binary110111001100111110110101101011100101110101100101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC676D; }

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

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

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

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

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

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

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

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