#DC606D

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

Shades of Froly #DC606D

Tints of Froly #DC606D

Color information

#DC606D (or 0xDC606D) is unknown color: approx Froly. HEX triplet: DC, 60 and 6D. RGB value is (220,96,109). Sum of RGB (Red+Green+Blue) = 220+96+109=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC606D is #239F92. Grayscale: #868686. Windows color (decimal): -2334611 or 7168220. OLE color: 7168220.

HSL color Cylindrical-coordinate representation of color #DC606D: hue angle of 353.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC606D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB22096109-
CMYK00.560.500.14
HSL353.71º63.92%61.96%-
HSV(B)353.71º56.36%86.27%-
XYZ36.4624.6917.31-
YUV134.56113.58188.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.76%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=51.76%
G=22.59%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209610900.560.500.14353.7163.9261.96
HexDC606D03832E162403e
Octal334140155070621654210076
Binary1101110011000001101101011100011001011101011000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC606D; }

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

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

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

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

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

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

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

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