Shades of Jaffa #D97441
Tints of Jaffa #D97441
RGB
CMYK
RGB Variations
Color information
#D97441 (or 0xD97441) is known color: Jaffa. HEX triplet: D9, 74 and 41. RGB value is (217,116,65). Sum of RGB (Red+Green+Blue) = 217+116+65=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D97441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97441 is #268BBE. Grayscale: #8C8C8C. Windows color (decimal): -2526143 or 4289753. OLE color: 4289753.
HSL color Cylindrical-coordinate representation of color #D97441: hue angle of 20.13º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D97441 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 65 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.15 |
| HSL | 20.13º | 0.67% | 0.55% | - |
| HSV(B) | 20.13º | 0.7% | 0.85% | - |
| XYZ | 35.81 | 27.62 | 8.45 | - |
| YUV | 140.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 65 | 0 | 0.47 | 0.70 | 0.15 | 20.13 | 0.67 | 0.55 |
| Hex | D9 | 74 | 41 | 0 | 2F | 46 | F | 14 | 43 | 37 |
| Octal | 331 | 164 | 101 | 0 | 57 | 106 | 17 | 24 | 103 | 67 |
| Binary | 11011001 | 1110100 | 1000001 | 0 | 101111 | 1000110 | 1111 | 10100 | 1000011 | 110111 |
Color Harmonies of #D97441
Complementary color
Monochromatic Colors of #D97441
Black with #D97441
Text Example
Text Example
White with #D97441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97441; }
p { color: rgb(217,116,65); }
H1.HeaderClassName
{
color: #D97441;
}
.AnyTagClassName
{
color: #D97441;
}
</style>
background-color css
<style>
a { background-color: #D97441; }
a { background-color: rgb(217,116,65); }
div.DivClassName
{
background-color: #D97441;
}
.BgClassName
{
background-color: #D97441;
}
</style>
border-color css
<style>
span { border-color: #D97441; }
span { border-color: rgb(217,116,65); }
td.TdClassName
{
border-color: #D97441;
}
.TagClassName
{
border-color: #D97441;
}
</style>