Shades of Jaffa #D87545
Tints of Jaffa #D87545
RGB
CMYK
RGB Variations
Color information
#D87545 (or 0xD87545) is known color: Jaffa. HEX triplet: D8, 75 and 45. RGB value is (216,117,69). Sum of RGB (Red+Green+Blue) = 216+117+69=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D87545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87545 is #278ABA. Grayscale: #8D8D8D. Windows color (decimal): -2591419 or 4552152. OLE color: 4552152.
HSL color Cylindrical-coordinate representation of color #D87545: hue angle of 19.59º degrees, saturation: 0.65, 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 #D87545 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 69 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.15 |
| HSL | 19.59º | 0.65% | 0.56% | - |
| HSV(B) | 19.59º | 0.68% | 0.85% | - |
| XYZ | 35.75 | 27.75 | 9.1 | - |
| YUV | 141.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 69 | 0 | 0.46 | 0.68 | 0.15 | 19.59 | 0.65 | 0.56 |
| Hex | D8 | 75 | 45 | 0 | 2E | 44 | F | 14 | 41 | 38 |
| Octal | 330 | 165 | 105 | 0 | 56 | 104 | 17 | 24 | 101 | 70 |
| Binary | 11011000 | 1110101 | 1000101 | 0 | 101110 | 1000100 | 1111 | 10100 | 1000001 | 111000 |
Color Harmonies of #D87545
Complementary color
Monochromatic Colors of #D87545
Black with #D87545
Text Example
Text Example
White with #D87545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87545; }
p { color: rgb(216,117,69); }
H1.HeaderClassName
{
color: #D87545;
}
.AnyTagClassName
{
color: #D87545;
}
</style>
background-color css
<style>
a { background-color: #D87545; }
a { background-color: rgb(216,117,69); }
div.DivClassName
{
background-color: #D87545;
}
.BgClassName
{
background-color: #D87545;
}
</style>
border-color css
<style>
span { border-color: #D87545; }
span { border-color: rgb(216,117,69); }
td.TdClassName
{
border-color: #D87545;
}
.TagClassName
{
border-color: #D87545;
}
</style>