Shades of Froly #D36774
Tints of Froly #D36774
RGB
CMYK
RGB Variations
Color information
#D36774 (or 0xD36774) is known color: Froly. HEX triplet: D3, 67 and 74. RGB value is (211,103,116). Sum of RGB (Red+Green+Blue) = 211+103+116=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D36774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36774 is #2C988B. Grayscale: #888888. Windows color (decimal): -2922636 or 7628755. OLE color: 7628755.
HSL color Cylindrical-coordinate representation of color #D36774: hue angle of 352.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36774 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 116 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.17 |
| HSL | 352.78º | 0.55% | 0.62% | - |
| HSV(B) | 352.78º | 0.51% | 0.83% | - |
| XYZ | 34.87 | 24.81 | 19.47 | - |
| YUV | 136.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 116 | 0 | 0.51 | 0.45 | 0.17 | 352.78 | 0.55 | 0.62 |
| Hex | D3 | 67 | 74 | 0 | 33 | 2D | 11 | 161 | 37 | 3E |
| Octal | 323 | 147 | 164 | 0 | 63 | 55 | 21 | 541 | 67 | 76 |
| Binary | 11010011 | 1100111 | 1110100 | 0 | 110011 | 101101 | 10001 | 101100001 | 110111 | 111110 |
Color Harmonies of #D36774
Complementary color
Monochromatic Colors of #D36774
Black with #D36774
Text Example
Text Example
White with #D36774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36774; }
p { color: rgb(211,103,116); }
H1.HeaderClassName
{
color: #D36774;
}
.AnyTagClassName
{
color: #D36774;
}
</style>
background-color css
<style>
a { background-color: #D36774; }
a { background-color: rgb(211,103,116); }
div.DivClassName
{
background-color: #D36774;
}
.BgClassName
{
background-color: #D36774;
}
</style>
border-color css
<style>
span { border-color: #D36774; }
span { border-color: rgb(211,103,116); }
td.TdClassName
{
border-color: #D36774;
}
.TagClassName
{
border-color: #D36774;
}
</style>