#DC606E

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

Shades of Froly #DC606E

Tints of Froly #DC606E

Color information

#DC606E (or 0xDC606E) is unknown color: approx Froly. HEX triplet: DC, 60 and 6E. RGB value is (220,96,110). Sum of RGB (Red+Green+Blue) = 220+96+110=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC606E is #239F91. Grayscale: #868686. Windows color (decimal): -2334610 or 7233756. OLE color: 7233756.

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

Color convert

RGB22096110-
CMYK00.560.500.14
HSL353.23º63.92%61.96%-
HSV(B)353.23º56.36%86.27%-
XYZ36.5124.7117.6-
YUV134.67114.08188.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.64%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=51.64%
G=22.54%
B=25.82%

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
Decimal2209611000.560.500.14353.2363.9261.96
HexDC606E03832E161403e
Octal334140156070621654110076
Binary1101110011000001101110011100011001011101011000011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC606E; }

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

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

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

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

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

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

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

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