Shades of Froly #DC606A
Tints of Froly #DC606A
RGB
CMYK
RGB Variations
Color information
#DC606A (or 0xDC606A) is known color: Froly. HEX triplet: DC, 60 and 6A. RGB value is (220,96,106). Sum of RGB (Red+Green+Blue) = 220+96+106=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC606A is #239F95. Grayscale: #868686. Windows color (decimal): -2334614 or 6971612. OLE color: 6971612.
HSL color Cylindrical-coordinate representation of color #DC606A: hue angle of 355.16º 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 #DC606A is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 106 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.14 |
| HSL | 355.16º | 0.64% | 0.62% | - |
| HSV(B) | 355.16º | 0.56% | 0.86% | - |
| XYZ | 36.3 | 24.62 | 16.47 | - |
| YUV | 134.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 106 | 0 | 0.56 | 0.52 | 0.14 | 355.16 | 0.64 | 0.62 |
| Hex | DC | 60 | 6A | 0 | 38 | 34 | E | 163 | 40 | 3E |
| Octal | 334 | 140 | 152 | 0 | 70 | 64 | 16 | 543 | 100 | 76 |
| Binary | 11011100 | 1100000 | 1101010 | 0 | 111000 | 110100 | 1110 | 101100011 | 1000000 | 111110 |
Color Harmonies of #DC606A
Complementary color
Monochromatic Colors of #DC606A
Black with #DC606A
Text Example
Text Example
White with #DC606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC606A; }
p { color: rgb(220,96,106); }
H1.HeaderClassName
{
color: #DC606A;
}
.AnyTagClassName
{
color: #DC606A;
}
</style>
background-color css
<style>
a { background-color: #DC606A; }
a { background-color: rgb(220,96,106); }
div.DivClassName
{
background-color: #DC606A;
}
.BgClassName
{
background-color: #DC606A;
}
</style>
border-color css
<style>
span { border-color: #DC606A; }
span { border-color: rgb(220,96,106); }
td.TdClassName
{
border-color: #DC606A;
}
.TagClassName
{
border-color: #DC606A;
}
</style>