Shades of Froly #D8676E
Tints of Froly #D8676E
RGB
CMYK
RGB Variations
Color information
#D8676E (or 0xD8676E) is known color: Froly. HEX triplet: D8, 67 and 6E. RGB value is (216,103,110). Sum of RGB (Red+Green+Blue) = 216+103+110=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8676E is #279891. Grayscale: #898989. Windows color (decimal): -2594962 or 7235544. OLE color: 7235544.
HSL color Cylindrical-coordinate representation of color #D8676E: hue angle of 356.28º 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 #D8676E is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 110 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.15 |
| HSL | 356.28º | 0.59% | 0.63% | - |
| HSV(B) | 356.28º | 0.52% | 0.85% | - |
| XYZ | 35.98 | 25.43 | 17.76 | - |
| YUV | 137.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 110 | 0 | 0.52 | 0.49 | 0.15 | 356.28 | 0.59 | 0.63 |
| Hex | D8 | 67 | 6E | 0 | 34 | 31 | F | 164 | 3B | 3F |
| Octal | 330 | 147 | 156 | 0 | 64 | 61 | 17 | 544 | 73 | 77 |
| Binary | 11011000 | 1100111 | 1101110 | 0 | 110100 | 110001 | 1111 | 101100100 | 111011 | 111111 |
Color Harmonies of #D8676E
Complementary color
Monochromatic Colors of #D8676E
Black with #D8676E
Text Example
Text Example
White with #D8676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8676E; }
p { color: rgb(216,103,110); }
H1.HeaderClassName
{
color: #D8676E;
}
.AnyTagClassName
{
color: #D8676E;
}
</style>
background-color css
<style>
a { background-color: #D8676E; }
a { background-color: rgb(216,103,110); }
div.DivClassName
{
background-color: #D8676E;
}
.BgClassName
{
background-color: #D8676E;
}
</style>
border-color css
<style>
span { border-color: #D8676E; }
span { border-color: rgb(216,103,110); }
td.TdClassName
{
border-color: #D8676E;
}
.TagClassName
{
border-color: #D8676E;
}
</style>