Shades of Froly #D8676B
Tints of Froly #D8676B
RGB
CMYK
RGB Variations
Color information
#D8676B (or 0xD8676B) is known color: Froly. HEX triplet: D8, 67 and 6B. RGB value is (216,103,107). Sum of RGB (Red+Green+Blue) = 216+103+107=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8676B is #279894. Grayscale: #898989. Windows color (decimal): -2594965 or 7038936. OLE color: 7038936.
HSL color Cylindrical-coordinate representation of color #D8676B: hue angle of 357.88º 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 #D8676B is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 107 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.15 |
| HSL | 357.88º | 0.59% | 0.63% | - |
| HSV(B) | 357.88º | 0.52% | 0.85% | - |
| XYZ | 35.82 | 25.36 | 16.92 | - |
| YUV | 137.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 107 | 0 | 0.52 | 0.50 | 0.15 | 357.88 | 0.59 | 0.63 |
| Hex | D8 | 67 | 6B | 0 | 34 | 32 | F | 166 | 3B | 3F |
| Octal | 330 | 147 | 153 | 0 | 64 | 62 | 17 | 546 | 73 | 77 |
| Binary | 11011000 | 1100111 | 1101011 | 0 | 110100 | 110010 | 1111 | 101100110 | 111011 | 111111 |
Color Harmonies of #D8676B
Complementary color
Monochromatic Colors of #D8676B
Black with #D8676B
Text Example
Text Example
White with #D8676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8676B; }
p { color: rgb(216,103,107); }
H1.HeaderClassName
{
color: #D8676B;
}
.AnyTagClassName
{
color: #D8676B;
}
</style>
background-color css
<style>
a { background-color: #D8676B; }
a { background-color: rgb(216,103,107); }
div.DivClassName
{
background-color: #D8676B;
}
.BgClassName
{
background-color: #D8676B;
}
</style>
border-color css
<style>
span { border-color: #D8676B; }
span { border-color: rgb(216,103,107); }
td.TdClassName
{
border-color: #D8676B;
}
.TagClassName
{
border-color: #D8676B;
}
</style>