Shades of Froly #DD6768
Tints of Froly #DD6768
RGB
CMYK
RGB Variations
Color information
#DD6768 (or 0xDD6768) is known color: Froly. HEX triplet: DD, 67 and 68. RGB value is (221,103,104). Sum of RGB (Red+Green+Blue) = 221+103+104=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6768 is #229897. Grayscale: #8A8A8A. Windows color (decimal): -2267288 or 6842333. OLE color: 6842333.
HSL color Cylindrical-coordinate representation of color #DD6768: hue angle of 359.49º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6768 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 104 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.13 |
| HSL | 359.49º | 0.63% | 0.64% | - |
| HSV(B) | 359.49º | 0.53% | 0.87% | - |
| XYZ | 37.17 | 26.07 | 16.17 | - |
| YUV | 138.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 104 | 0 | 0.53 | 0.53 | 0.13 | 359.49 | 0.63 | 0.64 |
| Hex | DD | 67 | 68 | 0 | 35 | 35 | D | 167 | 3F | 40 |
| Octal | 335 | 147 | 150 | 0 | 65 | 65 | 15 | 547 | 77 | 100 |
| Binary | 11011101 | 1100111 | 1101000 | 0 | 110101 | 110101 | 1101 | 101100111 | 111111 | 1000000 |
Color Harmonies of #DD6768
Complementary color
Monochromatic Colors of #DD6768
Black with #DD6768
Text Example
Text Example
White with #DD6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6768; }
p { color: rgb(221,103,104); }
H1.HeaderClassName
{
color: #DD6768;
}
.AnyTagClassName
{
color: #DD6768;
}
</style>
background-color css
<style>
a { background-color: #DD6768; }
a { background-color: rgb(221,103,104); }
div.DivClassName
{
background-color: #DD6768;
}
.BgClassName
{
background-color: #DD6768;
}
</style>
border-color css
<style>
span { border-color: #DD6768; }
span { border-color: rgb(221,103,104); }
td.TdClassName
{
border-color: #DD6768;
}
.TagClassName
{
border-color: #DD6768;
}
</style>