Shades of Froly #D8676D
Tints of Froly #D8676D
RGB
CMYK
RGB Variations
Color information
#D8676D (or 0xD8676D) is known color: Froly. HEX triplet: D8, 67 and 6D. RGB value is (216,103,109). Sum of RGB (Red+Green+Blue) = 216+103+109=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8676D is #279892. Grayscale: #898989. Windows color (decimal): -2594963 or 7170008. OLE color: 7170008.
HSL color Cylindrical-coordinate representation of color #D8676D: hue angle of 356.81º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8676D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 109 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.15 |
| HSL | 356.81º | 0.59% | 0.63% | - |
| HSV(B) | 356.81º | 0.52% | 0.85% | - |
| XYZ | 35.93 | 25.4 | 17.48 | - |
| YUV | 137.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 109 | 0 | 0.52 | 0.50 | 0.15 | 356.81 | 0.59 | 0.63 |
| Hex | D8 | 67 | 6D | 0 | 34 | 32 | F | 165 | 3B | 3F |
| Octal | 330 | 147 | 155 | 0 | 64 | 62 | 17 | 545 | 73 | 77 |
| Binary | 11011000 | 1100111 | 1101101 | 0 | 110100 | 110010 | 1111 | 101100101 | 111011 | 111111 |
Color Harmonies of #D8676D
Complementary color
Monochromatic Colors of #D8676D
Black with #D8676D
Text Example
Text Example
White with #D8676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8676D; }
p { color: rgb(216,103,109); }
H1.HeaderClassName
{
color: #D8676D;
}
.AnyTagClassName
{
color: #D8676D;
}
</style>
background-color css
<style>
a { background-color: #D8676D; }
a { background-color: rgb(216,103,109); }
div.DivClassName
{
background-color: #D8676D;
}
.BgClassName
{
background-color: #D8676D;
}
</style>
border-color css
<style>
span { border-color: #D8676D; }
span { border-color: rgb(216,103,109); }
td.TdClassName
{
border-color: #D8676D;
}
.TagClassName
{
border-color: #D8676D;
}
</style>