Shades of Froly #DC6476
Tints of Froly #DC6476
RGB
CMYK
RGB Variations
Color information
#DC6476 (or 0xDC6476) is known color: Froly. HEX triplet: DC, 64 and 76. RGB value is (220,100,118). Sum of RGB (Red+Green+Blue) = 220+100+118=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6476 is #239B89. Grayscale: #898989. Windows color (decimal): -2333578 or 7759068. OLE color: 7759068.
HSL color Cylindrical-coordinate representation of color #DC6476: hue angle of 351º 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 #DC6476 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 118 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.14 |
| HSL | 351º | 0.63% | 0.63% | - |
| HSV(B) | 351º | 0.55% | 0.86% | - |
| XYZ | 37.34 | 25.64 | 20.12 | - |
| YUV | 137.93 | 116.76 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 118 | 0 | 0.55 | 0.46 | 0.14 | 351 | 0.63 | 0.63 |
| Hex | DC | 64 | 76 | 0 | 37 | 2E | E | 15F | 3F | 3F |
| Octal | 334 | 144 | 166 | 0 | 67 | 56 | 16 | 537 | 77 | 77 |
| Binary | 11011100 | 1100100 | 1110110 | 0 | 110111 | 101110 | 1110 | 101011111 | 111111 | 111111 |
Color Harmonies of #DC6476
Complementary color
Monochromatic Colors of #DC6476
Black with #DC6476
Text Example
Text Example
White with #DC6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6476; }
p { color: rgb(220,100,118); }
H1.HeaderClassName
{
color: #DC6476;
}
.AnyTagClassName
{
color: #DC6476;
}
</style>
background-color css
<style>
a { background-color: #DC6476; }
a { background-color: rgb(220,100,118); }
div.DivClassName
{
background-color: #DC6476;
}
.BgClassName
{
background-color: #DC6476;
}
</style>
border-color css
<style>
span { border-color: #DC6476; }
span { border-color: rgb(220,100,118); }
td.TdClassName
{
border-color: #DC6476;
}
.TagClassName
{
border-color: #DC6476;
}
</style>