Shades of Froly #D96769
Tints of Froly #D96769
RGB
CMYK
RGB Variations
Color information
#D96769 (or 0xD96769) is known color: Froly. HEX triplet: D9, 67 and 69. RGB value is (217,103,105). Sum of RGB (Red+Green+Blue) = 217+103+105=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D96769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96769 is #269896. Grayscale: #898989. Windows color (decimal): -2529431 or 6907865. OLE color: 6907865.
HSL color Cylindrical-coordinate representation of color #D96769: hue angle of 358.95º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96769 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 105 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.15 |
| HSL | 358.95º | 0.6% | 0.63% | - |
| HSV(B) | 358.95º | 0.53% | 0.85% | - |
| XYZ | 36.02 | 25.47 | 16.38 | - |
| YUV | 137.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 105 | 0 | 0.53 | 0.52 | 0.15 | 358.95 | 0.6 | 0.63 |
| Hex | D9 | 67 | 69 | 0 | 35 | 34 | F | 167 | 3C | 3F |
| Octal | 331 | 147 | 151 | 0 | 65 | 64 | 17 | 547 | 74 | 77 |
| Binary | 11011001 | 1100111 | 1101001 | 0 | 110101 | 110100 | 1111 | 101100111 | 111100 | 111111 |
Color Harmonies of #D96769
Complementary color
Monochromatic Colors of #D96769
Black with #D96769
Text Example
Text Example
White with #D96769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96769; }
p { color: rgb(217,103,105); }
H1.HeaderClassName
{
color: #D96769;
}
.AnyTagClassName
{
color: #D96769;
}
</style>
background-color css
<style>
a { background-color: #D96769; }
a { background-color: rgb(217,103,105); }
div.DivClassName
{
background-color: #D96769;
}
.BgClassName
{
background-color: #D96769;
}
</style>
border-color css
<style>
span { border-color: #D96769; }
span { border-color: rgb(217,103,105); }
td.TdClassName
{
border-color: #D96769;
}
.TagClassName
{
border-color: #D96769;
}
</style>