Shades of Jaffa #D87348
Tints of Jaffa #D87348
RGB
CMYK
RGB Variations
Color information
#D87348 (or 0xD87348) is known color: Jaffa. HEX triplet: D8, 73 and 48. RGB value is (216,115,72). Sum of RGB (Red+Green+Blue) = 216+115+72=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D87348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87348 is #278CB7. Grayscale: #8C8C8C. Windows color (decimal): -2591928 or 4748248. OLE color: 4748248.
HSL color Cylindrical-coordinate representation of color #D87348: hue angle of 17.92º degrees, saturation: 0.65, 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 #D87348 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 72 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.15 |
| HSL | 17.92º | 0.65% | 0.56% | - |
| HSV(B) | 17.92º | 0.67% | 0.85% | - |
| XYZ | 35.62 | 27.33 | 9.53 | - |
| YUV | 140.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 72 | 0 | 0.47 | 0.67 | 0.15 | 17.92 | 0.65 | 0.56 |
| Hex | D8 | 73 | 48 | 0 | 2F | 43 | F | 12 | 41 | 38 |
| Octal | 330 | 163 | 110 | 0 | 57 | 103 | 17 | 22 | 101 | 70 |
| Binary | 11011000 | 1110011 | 1001000 | 0 | 101111 | 1000011 | 1111 | 10010 | 1000001 | 111000 |
Color Harmonies of #D87348
Complementary color
Monochromatic Colors of #D87348
Black with #D87348
Text Example
Text Example
White with #D87348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87348; }
p { color: rgb(216,115,72); }
H1.HeaderClassName
{
color: #D87348;
}
.AnyTagClassName
{
color: #D87348;
}
</style>
background-color css
<style>
a { background-color: #D87348; }
a { background-color: rgb(216,115,72); }
div.DivClassName
{
background-color: #D87348;
}
.BgClassName
{
background-color: #D87348;
}
</style>
border-color css
<style>
span { border-color: #D87348; }
span { border-color: rgb(216,115,72); }
td.TdClassName
{
border-color: #D87348;
}
.TagClassName
{
border-color: #D87348;
}
</style>