Shades of Froly #D86367
Tints of Froly #D86367
RGB
CMYK
RGB Variations
Color information
#D86367 (or 0xD86367) is known color: Froly. HEX triplet: D8, 63 and 67. RGB value is (216,99,103). Sum of RGB (Red+Green+Blue) = 216+99+103=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D86367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86367 is #279C98. Grayscale: #868686. Windows color (decimal): -2595993 or 6775768. OLE color: 6775768.
HSL color Cylindrical-coordinate representation of color #D86367: hue angle of 357.95º degrees, saturation: 0.6, 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 #D86367 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 103 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.15 |
| HSL | 357.95º | 0.6% | 0.62% | - |
| HSV(B) | 357.95º | 0.54% | 0.85% | - |
| XYZ | 35.23 | 24.5 | 15.7 | - |
| YUV | 134.44 | 110.26 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 103 | 0 | 0.54 | 0.52 | 0.15 | 357.95 | 0.6 | 0.62 |
| Hex | D8 | 63 | 67 | 0 | 36 | 34 | F | 166 | 3C | 3E |
| Octal | 330 | 143 | 147 | 0 | 66 | 64 | 17 | 546 | 74 | 76 |
| Binary | 11011000 | 1100011 | 1100111 | 0 | 110110 | 110100 | 1111 | 101100110 | 111100 | 111110 |
Color Harmonies of #D86367
Complementary color
Monochromatic Colors of #D86367
Black with #D86367
Text Example
Text Example
White with #D86367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86367; }
p { color: rgb(216,99,103); }
H1.HeaderClassName
{
color: #D86367;
}
.AnyTagClassName
{
color: #D86367;
}
</style>
background-color css
<style>
a { background-color: #D86367; }
a { background-color: rgb(216,99,103); }
div.DivClassName
{
background-color: #D86367;
}
.BgClassName
{
background-color: #D86367;
}
</style>
border-color css
<style>
span { border-color: #D86367; }
span { border-color: rgb(216,99,103); }
td.TdClassName
{
border-color: #D86367;
}
.TagClassName
{
border-color: #D86367;
}
</style>