Shades of Froly #D9676C
Tints of Froly #D9676C
RGB
CMYK
RGB Variations
Color information
#D9676C (or 0xD9676C) is known color: Froly. HEX triplet: D9, 67 and 6C. RGB value is (217,103,108). Sum of RGB (Red+Green+Blue) = 217+103+108=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9676C is #269893. Grayscale: #898989. Windows color (decimal): -2529428 or 7104473. OLE color: 7104473.
HSL color Cylindrical-coordinate representation of color #D9676C: hue angle of 357.37º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9676C is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 108 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.15 |
| HSL | 357.37º | 0.6% | 0.63% | - |
| HSV(B) | 357.37º | 0.53% | 0.85% | - |
| XYZ | 36.17 | 25.53 | 17.21 | - |
| YUV | 137.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 108 | 0 | 0.53 | 0.50 | 0.15 | 357.37 | 0.6 | 0.63 |
| Hex | D9 | 67 | 6C | 0 | 35 | 32 | F | 165 | 3C | 3F |
| Octal | 331 | 147 | 154 | 0 | 65 | 62 | 17 | 545 | 74 | 77 |
| Binary | 11011001 | 1100111 | 1101100 | 0 | 110101 | 110010 | 1111 | 101100101 | 111100 | 111111 |
Color Harmonies of #D9676C
Complementary color
Monochromatic Colors of #D9676C
Black with #D9676C
Text Example
Text Example
White with #D9676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9676C; }
p { color: rgb(217,103,108); }
H1.HeaderClassName
{
color: #D9676C;
}
.AnyTagClassName
{
color: #D9676C;
}
</style>
background-color css
<style>
a { background-color: #D9676C; }
a { background-color: rgb(217,103,108); }
div.DivClassName
{
background-color: #D9676C;
}
.BgClassName
{
background-color: #D9676C;
}
</style>
border-color css
<style>
span { border-color: #D9676C; }
span { border-color: rgb(217,103,108); }
td.TdClassName
{
border-color: #D9676C;
}
.TagClassName
{
border-color: #D9676C;
}
</style>