Shades of Froly #D67E7F
Tints of Froly #D67E7F
RGB
CMYK
RGB Variations
Color information
#D67E7F (or 0xD67E7F) is known color: Froly. HEX triplet: D6, 7E and 7F. RGB value is (214,126,127). Sum of RGB (Red+Green+Blue) = 214+126+127=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E7F is #298180. Grayscale: #989898. Windows color (decimal): -2720129 or 8355542. OLE color: 8355542.
HSL color Cylindrical-coordinate representation of color #D67E7F: hue angle of 359.32º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67E7F is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 127 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.16 |
| HSL | 359.32º | 0.52% | 0.67% | - |
| HSV(B) | 359.32º | 0.41% | 0.84% | - |
| XYZ | 39.02 | 30.75 | 23.96 | - |
| YUV | 152.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 127 | 0 | 0.41 | 0.41 | 0.16 | 359.32 | 0.52 | 0.67 |
| Hex | D6 | 7E | 7F | 0 | 29 | 29 | 10 | 167 | 34 | 43 |
| Octal | 326 | 176 | 177 | 0 | 51 | 51 | 20 | 547 | 64 | 103 |
| Binary | 11010110 | 1111110 | 1111111 | 0 | 101001 | 101001 | 10000 | 101100111 | 110100 | 1000011 |
Color Harmonies of #D67E7F
Complementary color
Monochromatic Colors of #D67E7F
Black with #D67E7F
Text Example
Text Example
White with #D67E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67E7F; }
p { color: rgb(214,126,127); }
H1.HeaderClassName
{
color: #D67E7F;
}
.AnyTagClassName
{
color: #D67E7F;
}
</style>
background-color css
<style>
a { background-color: #D67E7F; }
a { background-color: rgb(214,126,127); }
div.DivClassName
{
background-color: #D67E7F;
}
.BgClassName
{
background-color: #D67E7F;
}
</style>
border-color css
<style>
span { border-color: #D67E7F; }
span { border-color: rgb(214,126,127); }
td.TdClassName
{
border-color: #D67E7F;
}
.TagClassName
{
border-color: #D67E7F;
}
</style>