Shades of Froly #DC6268
Tints of Froly #DC6268
RGB
CMYK
RGB Variations
Color information
#DC6268 (or 0xDC6268) is known color: Froly. HEX triplet: DC, 62 and 68. RGB value is (220,98,104). Sum of RGB (Red+Green+Blue) = 220+98+104=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6268 is #239D97. Grayscale: #878787. Windows color (decimal): -2334104 or 6841052. OLE color: 6841052.
HSL color Cylindrical-coordinate representation of color #DC6268: hue angle of 357.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6268 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 104 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.14 |
| HSL | 357.05º | 0.64% | 0.62% | - |
| HSV(B) | 357.05º | 0.55% | 0.86% | - |
| XYZ | 36.38 | 24.95 | 16 | - |
| YUV | 135.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 104 | 0 | 0.55 | 0.53 | 0.14 | 357.05 | 0.64 | 0.62 |
| Hex | DC | 62 | 68 | 0 | 37 | 35 | E | 165 | 40 | 3E |
| Octal | 334 | 142 | 150 | 0 | 67 | 65 | 16 | 545 | 100 | 76 |
| Binary | 11011100 | 1100010 | 1101000 | 0 | 110111 | 110101 | 1110 | 101100101 | 1000000 | 111110 |
Color Harmonies of #DC6268
Complementary color
Monochromatic Colors of #DC6268
Black with #DC6268
Text Example
Text Example
White with #DC6268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6268; }
p { color: rgb(220,98,104); }
H1.HeaderClassName
{
color: #DC6268;
}
.AnyTagClassName
{
color: #DC6268;
}
</style>
background-color css
<style>
a { background-color: #DC6268; }
a { background-color: rgb(220,98,104); }
div.DivClassName
{
background-color: #DC6268;
}
.BgClassName
{
background-color: #DC6268;
}
</style>
border-color css
<style>
span { border-color: #DC6268; }
span { border-color: rgb(220,98,104); }
td.TdClassName
{
border-color: #DC6268;
}
.TagClassName
{
border-color: #DC6268;
}
</style>