Shades of Froly #D36769
Tints of Froly #D36769
RGB
CMYK
RGB Variations
Color information
#D36769 (or 0xD36769) is known color: Froly. HEX triplet: D3, 67 and 69. RGB value is (211,103,105). Sum of RGB (Red+Green+Blue) = 211+103+105=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D36769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36769 is #2C9896. Grayscale: #878787. Windows color (decimal): -2922647 or 6907859. OLE color: 6907859.
HSL color Cylindrical-coordinate representation of color #D36769: hue angle of 358.89º 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 #D36769 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 105 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.17 |
| HSL | 358.89º | 0.55% | 0.62% | - |
| HSV(B) | 358.89º | 0.51% | 0.83% | - |
| XYZ | 34.26 | 24.57 | 16.3 | - |
| YUV | 135.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 105 | 0 | 0.51 | 0.50 | 0.17 | 358.89 | 0.55 | 0.62 |
| Hex | D3 | 67 | 69 | 0 | 33 | 32 | 11 | 167 | 37 | 3E |
| Octal | 323 | 147 | 151 | 0 | 63 | 62 | 21 | 547 | 67 | 76 |
| Binary | 11010011 | 1100111 | 1101001 | 0 | 110011 | 110010 | 10001 | 101100111 | 110111 | 111110 |
Color Harmonies of #D36769
Complementary color
Monochromatic Colors of #D36769
Black with #D36769
Text Example
Text Example
White with #D36769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36769; }
p { color: rgb(211,103,105); }
H1.HeaderClassName
{
color: #D36769;
}
.AnyTagClassName
{
color: #D36769;
}
</style>
background-color css
<style>
a { background-color: #D36769; }
a { background-color: rgb(211,103,105); }
div.DivClassName
{
background-color: #D36769;
}
.BgClassName
{
background-color: #D36769;
}
</style>
border-color css
<style>
span { border-color: #D36769; }
span { border-color: rgb(211,103,105); }
td.TdClassName
{
border-color: #D36769;
}
.TagClassName
{
border-color: #D36769;
}
</style>