#DC6A79

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

Shades of Froly #DC6A79

Tints of Froly #DC6A79

Color information

#DC6A79 (or 0xDC6A79) is unknown color: approx Froly. HEX triplet: DC, 6A and 79. RGB value is (220,106,121). Sum of RGB (Red+Green+Blue) = 220+106+121=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A79 is #239586. Grayscale: #8D8D8D. Windows color (decimal): -2332039 or 7957212. OLE color: 7957212.

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

Color convert

RGB220106121-
CMYK00.520.450.14
HSL352.11º61.96%63.92%-
HSV(B)352.11º51.82%86.27%-
XYZ38.1226.921.27-
YUV141.8116.27183.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 106 (41.80% from 255) = 23.71%
BLUE value IS 121 (47.66% from 255) = 27.07%
R=49.22%
G=23.71%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010612100.520.450.14352.1161.9663.92
HexDC6A790342DE1603e40
Octal334152171064551654076100
Binary1101110011010101111001011010010110111101011000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6A79; }

 p { color: rgb(220,106,121); }

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

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

 a { background-color: rgb(220,106,121); }

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

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

 span { border-color: rgb(220,106,121); }

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