Shades of Froly #DC6768
Tints of Froly #DC6768
RGB
CMYK
RGB Variations
Color information
#DC6768 (or 0xDC6768) is known color: Froly. HEX triplet: DC, 67 and 68. RGB value is (220,103,104). Sum of RGB (Red+Green+Blue) = 220+103+104=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6768 is #239897. Grayscale: #8A8A8A. Windows color (decimal): -2332824 or 6842332. OLE color: 6842332.
HSL color Cylindrical-coordinate representation of color #DC6768: hue angle of 359.49º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6768 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 104 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.14 |
| HSL | 359.49º | 0.63% | 0.63% | - |
| HSV(B) | 359.49º | 0.53% | 0.86% | - |
| XYZ | 36.86 | 25.92 | 16.16 | - |
| YUV | 138.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 104 | 0 | 0.53 | 0.53 | 0.14 | 359.49 | 0.63 | 0.63 |
| Hex | DC | 67 | 68 | 0 | 35 | 35 | E | 167 | 3F | 3F |
| Octal | 334 | 147 | 150 | 0 | 65 | 65 | 16 | 547 | 77 | 77 |
| Binary | 11011100 | 1100111 | 1101000 | 0 | 110101 | 110101 | 1110 | 101100111 | 111111 | 111111 |
Color Harmonies of #DC6768
Complementary color
Monochromatic Colors of #DC6768
Black with #DC6768
Text Example
Text Example
White with #DC6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6768; }
p { color: rgb(220,103,104); }
H1.HeaderClassName
{
color: #DC6768;
}
.AnyTagClassName
{
color: #DC6768;
}
</style>
background-color css
<style>
a { background-color: #DC6768; }
a { background-color: rgb(220,103,104); }
div.DivClassName
{
background-color: #DC6768;
}
.BgClassName
{
background-color: #DC6768;
}
</style>
border-color css
<style>
span { border-color: #DC6768; }
span { border-color: rgb(220,103,104); }
td.TdClassName
{
border-color: #DC6768;
}
.TagClassName
{
border-color: #DC6768;
}
</style>