#DC6066

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

Shades of Froly #DC6066

Tints of Froly #DC6066

Color information

#DC6066 (or 0xDC6066) is unknown color: approx Froly. HEX triplet: DC, 60 and 66. RGB value is (220,96,102). Sum of RGB (Red+Green+Blue) = 220+96+102=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6066 is #239F99. Grayscale: #858585. Windows color (decimal): -2334618 or 6709468. OLE color: 6709468.

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

Color convert

RGB22096102-
CMYK00.560.540.14
HSL357.1º63.92%61.96%-
HSV(B)357.1º56.36%86.27%-
XYZ36.124.5415.4-
YUV133.76110.08189.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.63%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 102 (40.23% from 255) = 24.40%
R=52.63%
G=22.97%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209610200.560.540.14357.163.9261.96
HexDC606603836E165403e
Octal334140146070661654510076
Binary1101110011000001100110011100011011011101011001011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6066; }

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

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

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

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

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

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

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

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