Shades of Froly #D56669
Tints of Froly #D56669
RGB
CMYK
RGB Variations
Color information
#D56669 (or 0xD56669) is known color: Froly. HEX triplet: D5, 66 and 69. RGB value is (213,102,105). Sum of RGB (Red+Green+Blue) = 213+102+105=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D56669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56669 is #2A9996. Grayscale: #878787. Windows color (decimal): -2791831 or 6907605. OLE color: 6907605.
HSL color Cylindrical-coordinate representation of color #D56669: hue angle of 358.38º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56669 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 105 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.16 |
| HSL | 358.38º | 0.57% | 0.62% | - |
| HSV(B) | 358.38º | 0.52% | 0.84% | - |
| XYZ | 34.74 | 24.67 | 16.3 | - |
| YUV | 135.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 105 | 0 | 0.52 | 0.51 | 0.16 | 358.38 | 0.57 | 0.62 |
| Hex | D5 | 66 | 69 | 0 | 34 | 33 | 10 | 166 | 39 | 3E |
| Octal | 325 | 146 | 151 | 0 | 64 | 63 | 20 | 546 | 71 | 76 |
| Binary | 11010101 | 1100110 | 1101001 | 0 | 110100 | 110011 | 10000 | 101100110 | 111001 | 111110 |
Color Harmonies of #D56669
Complementary color
Monochromatic Colors of #D56669
Black with #D56669
Text Example
Text Example
White with #D56669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56669; }
p { color: rgb(213,102,105); }
H1.HeaderClassName
{
color: #D56669;
}
.AnyTagClassName
{
color: #D56669;
}
</style>
background-color css
<style>
a { background-color: #D56669; }
a { background-color: rgb(213,102,105); }
div.DivClassName
{
background-color: #D56669;
}
.BgClassName
{
background-color: #D56669;
}
</style>
border-color css
<style>
span { border-color: #D56669; }
span { border-color: rgb(213,102,105); }
td.TdClassName
{
border-color: #D56669;
}
.TagClassName
{
border-color: #D56669;
}
</style>