Shades of Jaffa #D97747
Tints of Jaffa #D97747
RGB
CMYK
RGB Variations
Color information
#D97747 (or 0xD97747) is known color: Jaffa. HEX triplet: D9, 77 and 47. RGB value is (217,119,71). Sum of RGB (Red+Green+Blue) = 217+119+71=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D97747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97747 is #2688B8. Grayscale: #8F8F8F. Windows color (decimal): -2525369 or 4683737. OLE color: 4683737.
HSL color Cylindrical-coordinate representation of color #D97747: hue angle of 19.73º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D97747 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 71 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.15 |
| HSL | 19.73º | 0.66% | 0.56% | - |
| HSV(B) | 19.73º | 0.67% | 0.85% | - |
| XYZ | 36.35 | 28.4 | 9.53 | - |
| YUV | 142.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 71 | 0 | 0.45 | 0.67 | 0.15 | 19.73 | 0.66 | 0.56 |
| Hex | D9 | 77 | 47 | 0 | 2D | 43 | F | 14 | 42 | 38 |
| Octal | 331 | 167 | 107 | 0 | 55 | 103 | 17 | 24 | 102 | 70 |
| Binary | 11011001 | 1110111 | 1000111 | 0 | 101101 | 1000011 | 1111 | 10100 | 1000010 | 111000 |
Color Harmonies of #D97747
Complementary color
Monochromatic Colors of #D97747
Black with #D97747
Text Example
Text Example
White with #D97747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97747; }
p { color: rgb(217,119,71); }
H1.HeaderClassName
{
color: #D97747;
}
.AnyTagClassName
{
color: #D97747;
}
</style>
background-color css
<style>
a { background-color: #D97747; }
a { background-color: rgb(217,119,71); }
div.DivClassName
{
background-color: #D97747;
}
.BgClassName
{
background-color: #D97747;
}
</style>
border-color css
<style>
span { border-color: #D97747; }
span { border-color: rgb(217,119,71); }
td.TdClassName
{
border-color: #D97747;
}
.TagClassName
{
border-color: #D97747;
}
</style>