Shades of Jaffa #D8753F
Tints of Jaffa #D8753F
RGB
CMYK
RGB Variations
Color information
#D8753F (or 0xD8753F) is known color: Jaffa. HEX triplet: D8, 75 and 3F. RGB value is (216,117,63). Sum of RGB (Red+Green+Blue) = 216+117+63=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8753F is #278AC0. Grayscale: #8C8C8C. Windows color (decimal): -2591425 or 4158936. OLE color: 4158936.
HSL color Cylindrical-coordinate representation of color #D8753F: hue angle of 21.18º 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 #D8753F is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 63 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.15 |
| HSL | 21.18º | 0.66% | 0.55% | - |
| HSV(B) | 21.18º | 0.71% | 0.85% | - |
| XYZ | 35.58 | 27.68 | 8.17 | - |
| YUV | 140.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 63 | 0 | 0.46 | 0.71 | 0.15 | 21.18 | 0.66 | 0.55 |
| Hex | D8 | 75 | 3F | 0 | 2E | 47 | F | 15 | 42 | 37 |
| Octal | 330 | 165 | 77 | 0 | 56 | 107 | 17 | 25 | 102 | 67 |
| Binary | 11011000 | 1110101 | 111111 | 0 | 101110 | 1000111 | 1111 | 10101 | 1000010 | 110111 |
Color Harmonies of #D8753F
Complementary color
Monochromatic Colors of #D8753F
Black with #D8753F
Text Example
Text Example
White with #D8753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8753F; }
p { color: rgb(216,117,63); }
H1.HeaderClassName
{
color: #D8753F;
}
.AnyTagClassName
{
color: #D8753F;
}
</style>
background-color css
<style>
a { background-color: #D8753F; }
a { background-color: rgb(216,117,63); }
div.DivClassName
{
background-color: #D8753F;
}
.BgClassName
{
background-color: #D8753F;
}
</style>
border-color css
<style>
span { border-color: #D8753F; }
span { border-color: rgb(216,117,63); }
td.TdClassName
{
border-color: #D8753F;
}
.TagClassName
{
border-color: #D8753F;
}
</style>