Shades of Roman #D96F69
Tints of Roman #D96F69
RGB
CMYK
RGB Variations
Color information
#D96F69 (or 0xD96F69) is known color: Roman. HEX triplet: D9, 6F and 69. RGB value is (217,111,105). Sum of RGB (Red+Green+Blue) = 217+111+105=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F69 is #269096. Grayscale: #8E8E8E. Windows color (decimal): -2527383 or 6909913. OLE color: 6909913.
HSL color Cylindrical-coordinate representation of color #D96F69: hue angle of 3.21º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96F69 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 105 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.15 |
| HSL | 3.21º | 0.6% | 0.63% | - |
| HSV(B) | 3.21º | 0.52% | 0.85% | - |
| XYZ | 36.85 | 27.14 | 16.66 | - |
| YUV | 142.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 105 | 0 | 0.49 | 0.52 | 0.15 | 3.21 | 0.6 | 0.63 |
| Hex | D9 | 6F | 69 | 0 | 31 | 34 | F | 3 | 3C | 3F |
| Octal | 331 | 157 | 151 | 0 | 61 | 64 | 17 | 3 | 74 | 77 |
| Binary | 11011001 | 1101111 | 1101001 | 0 | 110001 | 110100 | 1111 | 11 | 111100 | 111111 |
Color Harmonies of #D96F69
Complementary color
Monochromatic Colors of #D96F69
Black with #D96F69
Text Example
Text Example
White with #D96F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F69; }
p { color: rgb(217,111,105); }
H1.HeaderClassName
{
color: #D96F69;
}
.AnyTagClassName
{
color: #D96F69;
}
</style>
background-color css
<style>
a { background-color: #D96F69; }
a { background-color: rgb(217,111,105); }
div.DivClassName
{
background-color: #D96F69;
}
.BgClassName
{
background-color: #D96F69;
}
</style>
border-color css
<style>
span { border-color: #D96F69; }
span { border-color: rgb(217,111,105); }
td.TdClassName
{
border-color: #D96F69;
}
.TagClassName
{
border-color: #D96F69;
}
</style>