Shades of Froly #D56667
Tints of Froly #D56667
RGB
CMYK
RGB Variations
Color information
#D56667 (or 0xD56667) is known color: Froly. HEX triplet: D5, 66 and 67. RGB value is (213,102,103). Sum of RGB (Red+Green+Blue) = 213+102+103=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D56667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56667 is #2A9998. Grayscale: #878787. Windows color (decimal): -2791833 or 6776533. OLE color: 6776533.
HSL color Cylindrical-coordinate representation of color #D56667: hue angle of 359.46º 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 #D56667 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 103 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.16 |
| HSL | 359.46º | 0.57% | 0.62% | - |
| HSV(B) | 359.46º | 0.52% | 0.84% | - |
| XYZ | 34.64 | 24.63 | 15.76 | - |
| YUV | 135.3 | 109.77 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 103 | 0 | 0.52 | 0.52 | 0.16 | 359.46 | 0.57 | 0.62 |
| Hex | D5 | 66 | 67 | 0 | 34 | 34 | 10 | 167 | 39 | 3E |
| Octal | 325 | 146 | 147 | 0 | 64 | 64 | 20 | 547 | 71 | 76 |
| Binary | 11010101 | 1100110 | 1100111 | 0 | 110100 | 110100 | 10000 | 101100111 | 111001 | 111110 |
Color Harmonies of #D56667
Complementary color
Monochromatic Colors of #D56667
Black with #D56667
Text Example
Text Example
White with #D56667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56667; }
p { color: rgb(213,102,103); }
H1.HeaderClassName
{
color: #D56667;
}
.AnyTagClassName
{
color: #D56667;
}
</style>
background-color css
<style>
a { background-color: #D56667; }
a { background-color: rgb(213,102,103); }
div.DivClassName
{
background-color: #D56667;
}
.BgClassName
{
background-color: #D56667;
}
</style>
border-color css
<style>
span { border-color: #D56667; }
span { border-color: rgb(213,102,103); }
td.TdClassName
{
border-color: #D56667;
}
.TagClassName
{
border-color: #D56667;
}
</style>