Shades of Froly #D66467
Tints of Froly #D66467
RGB
CMYK
RGB Variations
Color information
#D66467 (or 0xD66467) is known color: Froly. HEX triplet: D6, 64 and 67. RGB value is (214,100,103). Sum of RGB (Red+Green+Blue) = 214+100+103=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D66467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66467 is #299B98. Grayscale: #868686. Windows color (decimal): -2726809 or 6776022. OLE color: 6776022.
HSL color Cylindrical-coordinate representation of color #D66467: hue angle of 358.42º 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 #D66467 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 103 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.16 |
| HSL | 358.42º | 0.58% | 0.62% | - |
| HSV(B) | 358.42º | 0.53% | 0.84% | - |
| XYZ | 34.74 | 24.39 | 15.71 | - |
| YUV | 134.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 103 | 0 | 0.53 | 0.52 | 0.16 | 358.42 | 0.58 | 0.62 |
| Hex | D6 | 64 | 67 | 0 | 35 | 34 | 10 | 166 | 3A | 3E |
| Octal | 326 | 144 | 147 | 0 | 65 | 64 | 20 | 546 | 72 | 76 |
| Binary | 11010110 | 1100100 | 1100111 | 0 | 110101 | 110100 | 10000 | 101100110 | 111010 | 111110 |
Color Harmonies of #D66467
Complementary color
Monochromatic Colors of #D66467
Black with #D66467
Text Example
Text Example
White with #D66467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66467; }
p { color: rgb(214,100,103); }
H1.HeaderClassName
{
color: #D66467;
}
.AnyTagClassName
{
color: #D66467;
}
</style>
background-color css
<style>
a { background-color: #D66467; }
a { background-color: rgb(214,100,103); }
div.DivClassName
{
background-color: #D66467;
}
.BgClassName
{
background-color: #D66467;
}
</style>
border-color css
<style>
span { border-color: #D66467; }
span { border-color: rgb(214,100,103); }
td.TdClassName
{
border-color: #D66467;
}
.TagClassName
{
border-color: #D66467;
}
</style>