#DC6774

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

Shades of Froly #DC6774

Tints of Froly #DC6774

Color information

#DC6774 (or 0xDC6774) is unknown color: approx Froly. HEX triplet: DC, 67 and 74. RGB value is (220,103,116). Sum of RGB (Red+Green+Blue) = 220+103+116=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6774 is #23988B. Grayscale: #8B8B8B. Windows color (decimal): -2332812 or 7628764. OLE color: 7628764.

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

Color convert

RGB220103116-
CMYK00.530.470.14
HSL353.33º62.57%63.33%-
HSV(B)353.33º53.18%86.27%-
XYZ37.5226.1819.6-
YUV139.46114.76185.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.11%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 116 (45.70% from 255) = 26.42%
R=50.11%
G=23.46%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010311600.530.470.14353.3362.5763.33
HexDC67740352FE1613f3f
Octal33414716406557165417777
Binary110111001100111111010001101011011111110101100001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6774; }

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

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

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

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

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

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

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

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