Shades of Froly #DD6B6C
Tints of Froly #DD6B6C
RGB
CMYK
RGB Variations
Color information
#DD6B6C (or 0xDD6B6C) is known color: Froly. HEX triplet: DD, 6B and 6C. RGB value is (221,107,108). Sum of RGB (Red+Green+Blue) = 221+107+108=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B6C is #229493. Grayscale: #8D8D8D. Windows color (decimal): -2266260 or 7105501. OLE color: 7105501.
HSL color Cylindrical-coordinate representation of color #DD6B6C: hue angle of 359.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6B6C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 108 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.13 |
| HSL | 359.47º | 0.63% | 0.64% | - |
| HSV(B) | 359.47º | 0.52% | 0.87% | - |
| XYZ | 37.78 | 26.97 | 17.4 | - |
| YUV | 141.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 108 | 0 | 0.52 | 0.51 | 0.13 | 359.47 | 0.63 | 0.64 |
| Hex | DD | 6B | 6C | 0 | 34 | 33 | D | 167 | 3F | 40 |
| Octal | 335 | 153 | 154 | 0 | 64 | 63 | 15 | 547 | 77 | 100 |
| Binary | 11011101 | 1101011 | 1101100 | 0 | 110100 | 110011 | 1101 | 101100111 | 111111 | 1000000 |
Color Harmonies of #DD6B6C
Complementary color
Monochromatic Colors of #DD6B6C
Black with #DD6B6C
Text Example
Text Example
White with #DD6B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B6C; }
p { color: rgb(221,107,108); }
H1.HeaderClassName
{
color: #DD6B6C;
}
.AnyTagClassName
{
color: #DD6B6C;
}
</style>
background-color css
<style>
a { background-color: #DD6B6C; }
a { background-color: rgb(221,107,108); }
div.DivClassName
{
background-color: #DD6B6C;
}
.BgClassName
{
background-color: #DD6B6C;
}
</style>
border-color css
<style>
span { border-color: #DD6B6C; }
span { border-color: rgb(221,107,108); }
td.TdClassName
{
border-color: #DD6B6C;
}
.TagClassName
{
border-color: #DD6B6C;
}
</style>