Shades of Jaffa #D97844
Tints of Jaffa #D97844
RGB
CMYK
RGB Variations
Color information
#D97844 (or 0xD97844) is known color: Jaffa. HEX triplet: D9, 78 and 44. RGB value is (217,120,68). Sum of RGB (Red+Green+Blue) = 217+120+68=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D97844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97844 is #2687BB. Grayscale: #8F8F8F. Windows color (decimal): -2525116 or 4487385. OLE color: 4487385.
HSL color Cylindrical-coordinate representation of color #D97844: hue angle of 20.94º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D97844 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 68 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.15 |
| HSL | 20.94º | 0.66% | 0.56% | - |
| HSV(B) | 20.94º | 0.69% | 0.85% | - |
| XYZ | 36.38 | 28.6 | 9.07 | - |
| YUV | 143.08 | 85.64 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 68 | 0 | 0.45 | 0.69 | 0.15 | 20.94 | 0.66 | 0.56 |
| Hex | D9 | 78 | 44 | 0 | 2D | 45 | F | 15 | 42 | 38 |
| Octal | 331 | 170 | 104 | 0 | 55 | 105 | 17 | 25 | 102 | 70 |
| Binary | 11011001 | 1111000 | 1000100 | 0 | 101101 | 1000101 | 1111 | 10101 | 1000010 | 111000 |
Color Harmonies of #D97844
Complementary color
Monochromatic Colors of #D97844
Black with #D97844
Text Example
Text Example
White with #D97844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97844; }
p { color: rgb(217,120,68); }
H1.HeaderClassName
{
color: #D97844;
}
.AnyTagClassName
{
color: #D97844;
}
</style>
background-color css
<style>
a { background-color: #D97844; }
a { background-color: rgb(217,120,68); }
div.DivClassName
{
background-color: #D97844;
}
.BgClassName
{
background-color: #D97844;
}
</style>
border-color css
<style>
span { border-color: #D97844; }
span { border-color: rgb(217,120,68); }
td.TdClassName
{
border-color: #D97844;
}
.TagClassName
{
border-color: #D97844;
}
</style>