Shades of Froly #D2666D
Tints of Froly #D2666D
RGB
CMYK
RGB Variations
Color information
#D2666D (or 0xD2666D) is known color: Froly. HEX triplet: D2, 66 and 6D. RGB value is (210,102,109). Sum of RGB (Red+Green+Blue) = 210+102+109=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2666D is #2D9992. Grayscale: #878787. Windows color (decimal): -2988435 or 7169746. OLE color: 7169746.
HSL color Cylindrical-coordinate representation of color #D2666D: hue angle of 356.11º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2666D is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 109 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.18 |
| HSL | 356.11º | 0.55% | 0.61% | - |
| HSV(B) | 356.11º | 0.51% | 0.82% | - |
| XYZ | 34.09 | 24.31 | 17.36 | - |
| YUV | 135.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 109 | 0 | 0.51 | 0.48 | 0.18 | 356.11 | 0.55 | 0.61 |
| Hex | D2 | 66 | 6D | 0 | 33 | 30 | 12 | 164 | 37 | 3D |
| Octal | 322 | 146 | 155 | 0 | 63 | 60 | 22 | 544 | 67 | 75 |
| Binary | 11010010 | 1100110 | 1101101 | 0 | 110011 | 110000 | 10010 | 101100100 | 110111 | 111101 |
Color Harmonies of #D2666D
Complementary color
Monochromatic Colors of #D2666D
Black with #D2666D
Text Example
Text Example
White with #D2666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2666D; }
p { color: rgb(210,102,109); }
H1.HeaderClassName
{
color: #D2666D;
}
.AnyTagClassName
{
color: #D2666D;
}
</style>
background-color css
<style>
a { background-color: #D2666D; }
a { background-color: rgb(210,102,109); }
div.DivClassName
{
background-color: #D2666D;
}
.BgClassName
{
background-color: #D2666D;
}
</style>
border-color css
<style>
span { border-color: #D2666D; }
span { border-color: rgb(210,102,109); }
td.TdClassName
{
border-color: #D2666D;
}
.TagClassName
{
border-color: #D2666D;
}
</style>