Shades of Froly #D0676F
Tints of Froly #D0676F
RGB
CMYK
RGB Variations
Color information
#D0676F (or 0xD0676F) is known color: Froly. HEX triplet: D0, 67 and 6F. RGB value is (208,103,111). Sum of RGB (Red+Green+Blue) = 208+103+111=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0676F is #2F9890. Grayscale: #878787. Windows color (decimal): -3119249 or 7301072. OLE color: 7301072.
HSL color Cylindrical-coordinate representation of color #D0676F: hue angle of 355.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0676F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 111 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.18 |
| HSL | 355.43º | 0.53% | 0.61% | - |
| HSV(B) | 355.43º | 0.5% | 0.82% | - |
| XYZ | 33.73 | 24.26 | 17.94 | - |
| YUV | 135.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 111 | 0 | 0.50 | 0.47 | 0.18 | 355.43 | 0.53 | 0.61 |
| Hex | D0 | 67 | 6F | 0 | 32 | 2F | 12 | 163 | 35 | 3D |
| Octal | 320 | 147 | 157 | 0 | 62 | 57 | 22 | 543 | 65 | 75 |
| Binary | 11010000 | 1100111 | 1101111 | 0 | 110010 | 101111 | 10010 | 101100011 | 110101 | 111101 |
Color Harmonies of #D0676F
Complementary color
Monochromatic Colors of #D0676F
Black with #D0676F
Text Example
Text Example
White with #D0676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0676F; }
p { color: rgb(208,103,111); }
H1.HeaderClassName
{
color: #D0676F;
}
.AnyTagClassName
{
color: #D0676F;
}
</style>
background-color css
<style>
a { background-color: #D0676F; }
a { background-color: rgb(208,103,111); }
div.DivClassName
{
background-color: #D0676F;
}
.BgClassName
{
background-color: #D0676F;
}
</style>
border-color css
<style>
span { border-color: #D0676F; }
span { border-color: rgb(208,103,111); }
td.TdClassName
{
border-color: #D0676F;
}
.TagClassName
{
border-color: #D0676F;
}
</style>