Shades of Froly #D06C6D
Tints of Froly #D06C6D
RGB
CMYK
RGB Variations
Color information
#D06C6D (or 0xD06C6D) is known color: Froly. HEX triplet: D0, 6C and 6D. RGB value is (208,108,109). Sum of RGB (Red+Green+Blue) = 208+108+109=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C6D is #2F9392. Grayscale: #8A8A8A. Windows color (decimal): -3117971 or 7171280. OLE color: 7171280.
HSL color Cylindrical-coordinate representation of color #D06C6D: hue angle of 359.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06C6D is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 109 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.18 |
| HSL | 359.4º | 0.52% | 0.62% | - |
| HSV(B) | 359.4º | 0.48% | 0.82% | - |
| XYZ | 34.14 | 25.24 | 17.54 | - |
| YUV | 138.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 109 | 0 | 0.48 | 0.48 | 0.18 | 359.4 | 0.52 | 0.62 |
| Hex | D0 | 6C | 6D | 0 | 30 | 30 | 12 | 167 | 34 | 3E |
| Octal | 320 | 154 | 155 | 0 | 60 | 60 | 22 | 547 | 64 | 76 |
| Binary | 11010000 | 1101100 | 1101101 | 0 | 110000 | 110000 | 10010 | 101100111 | 110100 | 111110 |
Color Harmonies of #D06C6D
Complementary color
Monochromatic Colors of #D06C6D
Black with #D06C6D
Text Example
Text Example
White with #D06C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C6D; }
p { color: rgb(208,108,109); }
H1.HeaderClassName
{
color: #D06C6D;
}
.AnyTagClassName
{
color: #D06C6D;
}
</style>
background-color css
<style>
a { background-color: #D06C6D; }
a { background-color: rgb(208,108,109); }
div.DivClassName
{
background-color: #D06C6D;
}
.BgClassName
{
background-color: #D06C6D;
}
</style>
border-color css
<style>
span { border-color: #D06C6D; }
span { border-color: rgb(208,108,109); }
td.TdClassName
{
border-color: #D06C6D;
}
.TagClassName
{
border-color: #D06C6D;
}
</style>