Shades of Froly #D36674
Tints of Froly #D36674
RGB
CMYK
RGB Variations
Color information
#D36674 (or 0xD36674) is known color: Froly. HEX triplet: D3, 66 and 74. RGB value is (211,102,116). Sum of RGB (Red+Green+Blue) = 211+102+116=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D36674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36674 is #2C998B. Grayscale: #888888. Windows color (decimal): -2922892 or 7628499. OLE color: 7628499.
HSL color Cylindrical-coordinate representation of color #D36674: hue angle of 352.29º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36674 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 116 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.17 |
| HSL | 352.29º | 0.55% | 0.61% | - |
| HSV(B) | 352.29º | 0.52% | 0.83% | - |
| XYZ | 34.77 | 24.61 | 19.44 | - |
| YUV | 136.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 116 | 0 | 0.52 | 0.45 | 0.17 | 352.29 | 0.55 | 0.61 |
| Hex | D3 | 66 | 74 | 0 | 34 | 2D | 11 | 160 | 37 | 3D |
| Octal | 323 | 146 | 164 | 0 | 64 | 55 | 21 | 540 | 67 | 75 |
| Binary | 11010011 | 1100110 | 1110100 | 0 | 110100 | 101101 | 10001 | 101100000 | 110111 | 111101 |
Color Harmonies of #D36674
Complementary color
Monochromatic Colors of #D36674
Black with #D36674
Text Example
Text Example
White with #D36674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36674; }
p { color: rgb(211,102,116); }
H1.HeaderClassName
{
color: #D36674;
}
.AnyTagClassName
{
color: #D36674;
}
</style>
background-color css
<style>
a { background-color: #D36674; }
a { background-color: rgb(211,102,116); }
div.DivClassName
{
background-color: #D36674;
}
.BgClassName
{
background-color: #D36674;
}
</style>
border-color css
<style>
span { border-color: #D36674; }
span { border-color: rgb(211,102,116); }
td.TdClassName
{
border-color: #D36674;
}
.TagClassName
{
border-color: #D36674;
}
</style>