Shades of Froly #DC6669
Tints of Froly #DC6669
RGB
CMYK
RGB Variations
Color information
#DC6669 (or 0xDC6669) is known color: Froly. HEX triplet: DC, 66 and 69. RGB value is (220,102,105). Sum of RGB (Red+Green+Blue) = 220+102+105=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6669 is #239996. Grayscale: #898989. Windows color (decimal): -2333079 or 6907612. OLE color: 6907612.
HSL color Cylindrical-coordinate representation of color #DC6669: hue angle of 358.47º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6669 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 105 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.14 |
| HSL | 358.47º | 0.63% | 0.63% | - |
| HSV(B) | 358.47º | 0.54% | 0.86% | - |
| XYZ | 36.82 | 25.74 | 16.39 | - |
| YUV | 137.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 105 | 0 | 0.54 | 0.52 | 0.14 | 358.47 | 0.63 | 0.63 |
| Hex | DC | 66 | 69 | 0 | 36 | 34 | E | 166 | 3F | 3F |
| Octal | 334 | 146 | 151 | 0 | 66 | 64 | 16 | 546 | 77 | 77 |
| Binary | 11011100 | 1100110 | 1101001 | 0 | 110110 | 110100 | 1110 | 101100110 | 111111 | 111111 |
Color Harmonies of #DC6669
Complementary color
Monochromatic Colors of #DC6669
Black with #DC6669
Text Example
Text Example
White with #DC6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6669; }
p { color: rgb(220,102,105); }
H1.HeaderClassName
{
color: #DC6669;
}
.AnyTagClassName
{
color: #DC6669;
}
</style>
background-color css
<style>
a { background-color: #DC6669; }
a { background-color: rgb(220,102,105); }
div.DivClassName
{
background-color: #DC6669;
}
.BgClassName
{
background-color: #DC6669;
}
</style>
border-color css
<style>
span { border-color: #DC6669; }
span { border-color: rgb(220,102,105); }
td.TdClassName
{
border-color: #DC6669;
}
.TagClassName
{
border-color: #DC6669;
}
</style>