#DC646D

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

Shades of Froly #DC646D

Tints of Froly #DC646D

Color information

#DC646D (or 0xDC646D) is unknown color: approx Froly. HEX triplet: DC, 64 and 6D. RGB value is (220,100,109). Sum of RGB (Red+Green+Blue) = 220+100+109=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC646D is #239B92. Grayscale: #888888. Windows color (decimal): -2333587 or 7169244. OLE color: 7169244.

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

Color convert

RGB220100109-
CMYK00.550.500.14
HSL355.5º63.16%62.75%-
HSV(B)355.5º54.55%86.27%-
XYZ36.8325.4317.44-
YUV136.91112.26187.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.28%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=51.28%
G=23.31%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010010900.550.500.14355.563.1662.75
HexDC646D03732E1643f3f
Octal33414415506762165447777
Binary110111001100100110110101101111100101110101100100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC646D; }

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

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

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

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

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

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

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

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