Shades of Jaffa #D87242
Tints of Jaffa #D87242
RGB
CMYK
RGB Variations
Color information
#D87242 (or 0xD87242) is known color: Jaffa. HEX triplet: D8, 72 and 42. RGB value is (216,114,66). Sum of RGB (Red+Green+Blue) = 216+114+66=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D87242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87242 is #278DBD. Grayscale: #8B8B8B. Windows color (decimal): -2592190 or 4354776. OLE color: 4354776.
HSL color Cylindrical-coordinate representation of color #D87242: hue angle of 19.2º 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 #D87242 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 114 | 66 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.15 |
| HSL | 19.2º | 0.66% | 0.55% | - |
| HSV(B) | 19.2º | 0.69% | 0.85% | - |
| XYZ | 35.32 | 27.03 | 8.51 | - |
| YUV | 139.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 114 | 66 | 0 | 0.47 | 0.69 | 0.15 | 19.2 | 0.66 | 0.55 |
| Hex | D8 | 72 | 42 | 0 | 2F | 45 | F | 13 | 42 | 37 |
| Octal | 330 | 162 | 102 | 0 | 57 | 105 | 17 | 23 | 102 | 67 |
| Binary | 11011000 | 1110010 | 1000010 | 0 | 101111 | 1000101 | 1111 | 10011 | 1000010 | 110111 |
Color Harmonies of #D87242
Complementary color
Monochromatic Colors of #D87242
Black with #D87242
Text Example
Text Example
White with #D87242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87242; }
p { color: rgb(216,114,66); }
H1.HeaderClassName
{
color: #D87242;
}
.AnyTagClassName
{
color: #D87242;
}
</style>
background-color css
<style>
a { background-color: #D87242; }
a { background-color: rgb(216,114,66); }
div.DivClassName
{
background-color: #D87242;
}
.BgClassName
{
background-color: #D87242;
}
</style>
border-color css
<style>
span { border-color: #D87242; }
span { border-color: rgb(216,114,66); }
td.TdClassName
{
border-color: #D87242;
}
.TagClassName
{
border-color: #D87242;
}
</style>