Shades of Froly #D4666D
Tints of Froly #D4666D
RGB
CMYK
RGB Variations
Color information
#D4666D (or 0xD4666D) is known color: Froly. HEX triplet: D4, 66 and 6D. RGB value is (212,102,109). Sum of RGB (Red+Green+Blue) = 212+102+109=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4666D is #2B9992. Grayscale: #878787. Windows color (decimal): -2857363 or 7169748. OLE color: 7169748.
HSL color Cylindrical-coordinate representation of color #D4666D: hue angle of 356.18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4666D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 109 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.17 |
| HSL | 356.18º | 0.56% | 0.62% | - |
| HSV(B) | 356.18º | 0.52% | 0.83% | - |
| XYZ | 34.66 | 24.6 | 17.39 | - |
| YUV | 135.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 109 | 0 | 0.52 | 0.49 | 0.17 | 356.18 | 0.56 | 0.62 |
| Hex | D4 | 66 | 6D | 0 | 34 | 31 | 11 | 164 | 38 | 3E |
| Octal | 324 | 146 | 155 | 0 | 64 | 61 | 21 | 544 | 70 | 76 |
| Binary | 11010100 | 1100110 | 1101101 | 0 | 110100 | 110001 | 10001 | 101100100 | 111000 | 111110 |
Color Harmonies of #D4666D
Complementary color
Monochromatic Colors of #D4666D
Black with #D4666D
Text Example
Text Example
White with #D4666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4666D; }
p { color: rgb(212,102,109); }
H1.HeaderClassName
{
color: #D4666D;
}
.AnyTagClassName
{
color: #D4666D;
}
</style>
background-color css
<style>
a { background-color: #D4666D; }
a { background-color: rgb(212,102,109); }
div.DivClassName
{
background-color: #D4666D;
}
.BgClassName
{
background-color: #D4666D;
}
</style>
border-color css
<style>
span { border-color: #D4666D; }
span { border-color: rgb(212,102,109); }
td.TdClassName
{
border-color: #D4666D;
}
.TagClassName
{
border-color: #D4666D;
}
</style>