Shades of Froly #D96369
Tints of Froly #D96369
RGB
CMYK
RGB Variations
Color information
#D96369 (or 0xD96369) is known color: Froly. HEX triplet: D9, 63 and 69. RGB value is (217,99,105). Sum of RGB (Red+Green+Blue) = 217+99+105=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D96369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96369 is #269C96. Grayscale: #878787. Windows color (decimal): -2530455 or 6906841. OLE color: 6906841.
HSL color Cylindrical-coordinate representation of color #D96369: hue angle of 356.95º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96369 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 105 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.15 |
| HSL | 356.95º | 0.61% | 0.62% | - |
| HSV(B) | 356.95º | 0.54% | 0.85% | - |
| XYZ | 35.63 | 24.7 | 16.25 | - |
| YUV | 134.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 105 | 0 | 0.54 | 0.52 | 0.15 | 356.95 | 0.61 | 0.62 |
| Hex | D9 | 63 | 69 | 0 | 36 | 34 | F | 165 | 3D | 3E |
| Octal | 331 | 143 | 151 | 0 | 66 | 64 | 17 | 545 | 75 | 76 |
| Binary | 11011001 | 1100011 | 1101001 | 0 | 110110 | 110100 | 1111 | 101100101 | 111101 | 111110 |
Color Harmonies of #D96369
Complementary color
Monochromatic Colors of #D96369
Black with #D96369
Text Example
Text Example
White with #D96369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96369; }
p { color: rgb(217,99,105); }
H1.HeaderClassName
{
color: #D96369;
}
.AnyTagClassName
{
color: #D96369;
}
</style>
background-color css
<style>
a { background-color: #D96369; }
a { background-color: rgb(217,99,105); }
div.DivClassName
{
background-color: #D96369;
}
.BgClassName
{
background-color: #D96369;
}
</style>
border-color css
<style>
span { border-color: #D96369; }
span { border-color: rgb(217,99,105); }
td.TdClassName
{
border-color: #D96369;
}
.TagClassName
{
border-color: #D96369;
}
</style>