Shades of Froly #D66567
Tints of Froly #D66567
RGB
CMYK
RGB Variations
Color information
#D66567 (or 0xD66567) is known color: Froly. HEX triplet: D6, 65 and 67. RGB value is (214,101,103). Sum of RGB (Red+Green+Blue) = 214+101+103=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D66567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66567 is #299A98. Grayscale: #878787. Windows color (decimal): -2726553 or 6776278. OLE color: 6776278.
HSL color Cylindrical-coordinate representation of color #D66567: hue angle of 358.94º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66567 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 103 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.16 |
| HSL | 358.94º | 0.58% | 0.62% | - |
| HSV(B) | 358.94º | 0.53% | 0.84% | - |
| XYZ | 34.83 | 24.58 | 15.74 | - |
| YUV | 135.02 | 109.94 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 103 | 0 | 0.53 | 0.52 | 0.16 | 358.94 | 0.58 | 0.62 |
| Hex | D6 | 65 | 67 | 0 | 35 | 34 | 10 | 167 | 3A | 3E |
| Octal | 326 | 145 | 147 | 0 | 65 | 64 | 20 | 547 | 72 | 76 |
| Binary | 11010110 | 1100101 | 1100111 | 0 | 110101 | 110100 | 10000 | 101100111 | 111010 | 111110 |
Color Harmonies of #D66567
Complementary color
Monochromatic Colors of #D66567
Black with #D66567
Text Example
Text Example
White with #D66567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66567; }
p { color: rgb(214,101,103); }
H1.HeaderClassName
{
color: #D66567;
}
.AnyTagClassName
{
color: #D66567;
}
</style>
background-color css
<style>
a { background-color: #D66567; }
a { background-color: rgb(214,101,103); }
div.DivClassName
{
background-color: #D66567;
}
.BgClassName
{
background-color: #D66567;
}
</style>
border-color css
<style>
span { border-color: #D66567; }
span { border-color: rgb(214,101,103); }
td.TdClassName
{
border-color: #D66567;
}
.TagClassName
{
border-color: #D66567;
}
</style>