Shades of Froly #DC6974
Tints of Froly #DC6974
RGB
CMYK
RGB Variations
Color information
#DC6974 (or 0xDC6974) is known color: Froly. HEX triplet: DC, 69 and 74. RGB value is (220,105,116). Sum of RGB (Red+Green+Blue) = 220+105+116=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6974 is #23968B. Grayscale: #8C8C8C. Windows color (decimal): -2332300 or 7629276. OLE color: 7629276.
HSL color Cylindrical-coordinate representation of color #DC6974: hue angle of 354.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6974 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 116 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.14 |
| HSL | 354.26º | 0.62% | 0.64% | - |
| HSV(B) | 354.26º | 0.52% | 0.86% | - |
| XYZ | 37.72 | 26.58 | 19.67 | - |
| YUV | 140.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 116 | 0 | 0.52 | 0.47 | 0.14 | 354.26 | 0.62 | 0.64 |
| Hex | DC | 69 | 74 | 0 | 34 | 2F | E | 162 | 3E | 40 |
| Octal | 334 | 151 | 164 | 0 | 64 | 57 | 16 | 542 | 76 | 100 |
| Binary | 11011100 | 1101001 | 1110100 | 0 | 110100 | 101111 | 1110 | 101100010 | 111110 | 1000000 |
Color Harmonies of #DC6974
Complementary color
Monochromatic Colors of #DC6974
Black with #DC6974
Text Example
Text Example
White with #DC6974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6974; }
p { color: rgb(220,105,116); }
H1.HeaderClassName
{
color: #DC6974;
}
.AnyTagClassName
{
color: #DC6974;
}
</style>
background-color css
<style>
a { background-color: #DC6974; }
a { background-color: rgb(220,105,116); }
div.DivClassName
{
background-color: #DC6974;
}
.BgClassName
{
background-color: #DC6974;
}
</style>
border-color css
<style>
span { border-color: #DC6974; }
span { border-color: rgb(220,105,116); }
td.TdClassName
{
border-color: #DC6974;
}
.TagClassName
{
border-color: #DC6974;
}
</style>