Shades of Jaffa #D97145
Tints of Jaffa #D97145
RGB
CMYK
RGB Variations
Color information
#D97145 (or 0xD97145) is known color: Jaffa. HEX triplet: D9, 71 and 45. RGB value is (217,113,69). Sum of RGB (Red+Green+Blue) = 217+113+69=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D97145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97145 is #268EBA. Grayscale: #8B8B8B. Windows color (decimal): -2526907 or 4551129. OLE color: 4551129.
HSL color Cylindrical-coordinate representation of color #D97145: hue angle of 17.84º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D97145 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 69 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.15 |
| HSL | 17.84º | 0.66% | 0.56% | - |
| HSV(B) | 17.84º | 0.68% | 0.85% | - |
| XYZ | 35.59 | 26.99 | 8.96 | - |
| YUV | 139.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 69 | 0 | 0.48 | 0.68 | 0.15 | 17.84 | 0.66 | 0.56 |
| Hex | D9 | 71 | 45 | 0 | 30 | 44 | F | 12 | 42 | 38 |
| Octal | 331 | 161 | 105 | 0 | 60 | 104 | 17 | 22 | 102 | 70 |
| Binary | 11011001 | 1110001 | 1000101 | 0 | 110000 | 1000100 | 1111 | 10010 | 1000010 | 111000 |
Color Harmonies of #D97145
Complementary color
Monochromatic Colors of #D97145
Black with #D97145
Text Example
Text Example
White with #D97145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97145; }
p { color: rgb(217,113,69); }
H1.HeaderClassName
{
color: #D97145;
}
.AnyTagClassName
{
color: #D97145;
}
</style>
background-color css
<style>
a { background-color: #D97145; }
a { background-color: rgb(217,113,69); }
div.DivClassName
{
background-color: #D97145;
}
.BgClassName
{
background-color: #D97145;
}
</style>
border-color css
<style>
span { border-color: #D97145; }
span { border-color: rgb(217,113,69); }
td.TdClassName
{
border-color: #D97145;
}
.TagClassName
{
border-color: #D97145;
}
</style>