#DC666C

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

Shades of Froly #DC666C

Tints of Froly #DC666C

Color information

#DC666C (or 0xDC666C) is unknown color: approx Froly. HEX triplet: DC, 66 and 6C. RGB value is (220,102,108). Sum of RGB (Red+Green+Blue) = 220+102+108=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC666C is #239993. Grayscale: #8A8A8A. Windows color (decimal): -2333076 or 7104220. OLE color: 7104220.

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

Color convert

RGB220102108-
CMYK00.540.510.14
HSL356.95º62.77%63.14%-
HSV(B)356.95º53.64%86.27%-
XYZ36.9725.817.22-
YUV137.97111.09186.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.16%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=51.16%
G=23.72%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010210800.540.510.14356.9562.7763.14
HexDC666C03633E1653f3f
Octal33414615406663165457777
Binary110111001100110110110001101101100111110101100101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC666C; }

 p { color: rgb(220,102,108); }

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

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

 a { background-color: rgb(220,102,108); }

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

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

 span { border-color: rgb(220,102,108); }

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