Shades of Jaffa #D87442
Tints of Jaffa #D87442
RGB
CMYK
RGB Variations
Color information
#D87442 (or 0xD87442) is known color: Jaffa. HEX triplet: D8, 74 and 42. RGB value is (216,116,66). Sum of RGB (Red+Green+Blue) = 216+116+66=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D87442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87442 is #278BBD. Grayscale: #8C8C8C. Windows color (decimal): -2591678 or 4355288. OLE color: 4355288.
HSL color Cylindrical-coordinate representation of color #D87442: hue angle of 20º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D87442 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 66 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.15 |
| HSL | 20º | 0.66% | 0.55% | - |
| HSV(B) | 20º | 0.69% | 0.85% | - |
| XYZ | 35.55 | 27.48 | 8.59 | - |
| YUV | 140.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 66 | 0 | 0.46 | 0.69 | 0.15 | 20 | 0.66 | 0.55 |
| Hex | D8 | 74 | 42 | 0 | 2E | 45 | F | 14 | 42 | 37 |
| Octal | 330 | 164 | 102 | 0 | 56 | 105 | 17 | 24 | 102 | 67 |
| Binary | 11011000 | 1110100 | 1000010 | 0 | 101110 | 1000101 | 1111 | 10100 | 1000010 | 110111 |
Color Harmonies of #D87442
Complementary color
Monochromatic Colors of #D87442
Black with #D87442
Text Example
Text Example
White with #D87442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87442; }
p { color: rgb(216,116,66); }
H1.HeaderClassName
{
color: #D87442;
}
.AnyTagClassName
{
color: #D87442;
}
</style>
background-color css
<style>
a { background-color: #D87442; }
a { background-color: rgb(216,116,66); }
div.DivClassName
{
background-color: #D87442;
}
.BgClassName
{
background-color: #D87442;
}
</style>
border-color css
<style>
span { border-color: #D87442; }
span { border-color: rgb(216,116,66); }
td.TdClassName
{
border-color: #D87442;
}
.TagClassName
{
border-color: #D87442;
}
</style>