Shades of Jaffa #D8743F
Tints of Jaffa #D8743F
RGB
CMYK
RGB Variations
Color information
#D8743F (or 0xD8743F) is known color: Jaffa. HEX triplet: D8, 74 and 3F. RGB value is (216,116,63). Sum of RGB (Red+Green+Blue) = 216+116+63=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8743F is #278BC0. Grayscale: #8C8C8C. Windows color (decimal): -2591681 or 4158680. OLE color: 4158680.
HSL color Cylindrical-coordinate representation of color #D8743F: hue angle of 20.78º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8743F is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 63 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.15 |
| HSL | 20.78º | 0.66% | 0.55% | - |
| HSV(B) | 20.78º | 0.71% | 0.85% | - |
| XYZ | 35.46 | 27.45 | 8.13 | - |
| YUV | 139.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 63 | 0 | 0.46 | 0.71 | 0.15 | 20.78 | 0.66 | 0.55 |
| Hex | D8 | 74 | 3F | 0 | 2E | 47 | F | 15 | 42 | 37 |
| Octal | 330 | 164 | 77 | 0 | 56 | 107 | 17 | 25 | 102 | 67 |
| Binary | 11011000 | 1110100 | 111111 | 0 | 101110 | 1000111 | 1111 | 10101 | 1000010 | 110111 |
Color Harmonies of #D8743F
Complementary color
Monochromatic Colors of #D8743F
Black with #D8743F
Text Example
Text Example
White with #D8743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8743F; }
p { color: rgb(216,116,63); }
H1.HeaderClassName
{
color: #D8743F;
}
.AnyTagClassName
{
color: #D8743F;
}
</style>
background-color css
<style>
a { background-color: #D8743F; }
a { background-color: rgb(216,116,63); }
div.DivClassName
{
background-color: #D8743F;
}
.BgClassName
{
background-color: #D8743F;
}
</style>
border-color css
<style>
span { border-color: #D8743F; }
span { border-color: rgb(216,116,63); }
td.TdClassName
{
border-color: #D8743F;
}
.TagClassName
{
border-color: #D8743F;
}
</style>