Shades of Jaffa #D87343
Tints of Jaffa #D87343
RGB
CMYK
RGB Variations
Color information
#D87343 (or 0xD87343) is known color: Jaffa. HEX triplet: D8, 73 and 43. RGB value is (216,115,67). Sum of RGB (Red+Green+Blue) = 216+115+67=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D87343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87343 is #278CBC. Grayscale: #8C8C8C. Windows color (decimal): -2591933 or 4420568. OLE color: 4420568.
HSL color Cylindrical-coordinate representation of color #D87343: hue angle of 19.33º 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 #D87343 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 67 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.15 |
| HSL | 19.33º | 0.66% | 0.55% | - |
| HSV(B) | 19.33º | 0.69% | 0.85% | - |
| XYZ | 35.46 | 27.27 | 8.7 | - |
| YUV | 139.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 67 | 0 | 0.47 | 0.69 | 0.15 | 19.33 | 0.66 | 0.55 |
| Hex | D8 | 73 | 43 | 0 | 2F | 45 | F | 13 | 42 | 37 |
| Octal | 330 | 163 | 103 | 0 | 57 | 105 | 17 | 23 | 102 | 67 |
| Binary | 11011000 | 1110011 | 1000011 | 0 | 101111 | 1000101 | 1111 | 10011 | 1000010 | 110111 |
Color Harmonies of #D87343
Complementary color
Monochromatic Colors of #D87343
Black with #D87343
Text Example
Text Example
White with #D87343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87343; }
p { color: rgb(216,115,67); }
H1.HeaderClassName
{
color: #D87343;
}
.AnyTagClassName
{
color: #D87343;
}
</style>
background-color css
<style>
a { background-color: #D87343; }
a { background-color: rgb(216,115,67); }
div.DivClassName
{
background-color: #D87343;
}
.BgClassName
{
background-color: #D87343;
}
</style>
border-color css
<style>
span { border-color: #D87343; }
span { border-color: rgb(216,115,67); }
td.TdClassName
{
border-color: #D87343;
}
.TagClassName
{
border-color: #D87343;
}
</style>