Shades of Froly #DC696B
Tints of Froly #DC696B
RGB
CMYK
RGB Variations
Color information
#DC696B (or 0xDC696B) is known color: Froly. HEX triplet: DC, 69 and 6B. RGB value is (220,105,107). Sum of RGB (Red+Green+Blue) = 220+105+107=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC696B is #239694. Grayscale: #8B8B8B. Windows color (decimal): -2332309 or 7039452. OLE color: 7039452.
HSL color Cylindrical-coordinate representation of color #DC696B: hue angle of 358.96º 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 #DC696B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 107 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.14 |
| HSL | 358.96º | 0.62% | 0.64% | - |
| HSV(B) | 358.96º | 0.52% | 0.86% | - |
| XYZ | 37.22 | 26.38 | 17.04 | - |
| YUV | 139.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 107 | 0 | 0.52 | 0.51 | 0.14 | 358.96 | 0.62 | 0.64 |
| Hex | DC | 69 | 6B | 0 | 34 | 33 | E | 167 | 3E | 40 |
| Octal | 334 | 151 | 153 | 0 | 64 | 63 | 16 | 547 | 76 | 100 |
| Binary | 11011100 | 1101001 | 1101011 | 0 | 110100 | 110011 | 1110 | 101100111 | 111110 | 1000000 |
Color Harmonies of #DC696B
Complementary color
Monochromatic Colors of #DC696B
Black with #DC696B
Text Example
Text Example
White with #DC696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC696B; }
p { color: rgb(220,105,107); }
H1.HeaderClassName
{
color: #DC696B;
}
.AnyTagClassName
{
color: #DC696B;
}
</style>
background-color css
<style>
a { background-color: #DC696B; }
a { background-color: rgb(220,105,107); }
div.DivClassName
{
background-color: #DC696B;
}
.BgClassName
{
background-color: #DC696B;
}
</style>
border-color css
<style>
span { border-color: #DC696B; }
span { border-color: rgb(220,105,107); }
td.TdClassName
{
border-color: #DC696B;
}
.TagClassName
{
border-color: #DC696B;
}
</style>