#DC6574

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

Shades of Froly #DC6574

Tints of Froly #DC6574

Color information

#DC6574 (or 0xDC6574) is unknown color: approx Froly. HEX triplet: DC, 65 and 74. RGB value is (220,101,116). Sum of RGB (Red+Green+Blue) = 220+101+116=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6574 is #239A8B. Grayscale: #8A8A8A. Windows color (decimal): -2333324 or 7628252. OLE color: 7628252.

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

Color convert

RGB220101116-
CMYK00.540.470.14
HSL352.44º62.96%62.94%-
HSV(B)352.44º54.09%86.27%-
XYZ37.3225.7819.53-
YUV138.29115.42186.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.34%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=50.34%
G=23.11%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010111600.540.470.14352.4462.9662.94
HexDC65740362FE1603f3f
Octal33414516406657165407777
Binary110111001100101111010001101101011111110101100000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6574; }

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

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

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

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

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

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

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

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