Shades of Jaffa #DF8353
Tints of Jaffa #DF8353
RGB
CMYK
RGB Variations
Color information
#DF8353 (or 0xDF8353) is known color: Jaffa. HEX triplet: DF, 83 and 53. RGB value is (223,131,83). Sum of RGB (Red+Green+Blue) = 223+131+83=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8353 is #207CAC. Grayscale: #999999. Windows color (decimal): -2129069 or 5473247. OLE color: 5473247.
HSL color Cylindrical-coordinate representation of color #DF8353: hue angle of 20.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF8353 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 83 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.13 |
| HSL | 20.57º | 0.69% | 0.6% | - |
| HSV(B) | 20.57º | 0.63% | 0.87% | - |
| XYZ | 40.11 | 32.55 | 12.35 | - |
| YUV | 153.04 | 88.48 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 83 | 0 | 0.41 | 0.63 | 0.13 | 20.57 | 0.69 | 0.6 |
| Hex | DF | 83 | 53 | 0 | 29 | 3F | D | 15 | 45 | 3C |
| Octal | 337 | 203 | 123 | 0 | 51 | 77 | 15 | 25 | 105 | 74 |
| Binary | 11011111 | 10000011 | 1010011 | 0 | 101001 | 111111 | 1101 | 10101 | 1000101 | 111100 |
Color Harmonies of #DF8353
Complementary color
Monochromatic Colors of #DF8353
Black with #DF8353
Text Example
Text Example
White with #DF8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8353; }
p { color: rgb(223,131,83); }
H1.HeaderClassName
{
color: #DF8353;
}
.AnyTagClassName
{
color: #DF8353;
}
</style>
background-color css
<style>
a { background-color: #DF8353; }
a { background-color: rgb(223,131,83); }
div.DivClassName
{
background-color: #DF8353;
}
.BgClassName
{
background-color: #DF8353;
}
</style>
border-color css
<style>
span { border-color: #DF8353; }
span { border-color: rgb(223,131,83); }
td.TdClassName
{
border-color: #DF8353;
}
.TagClassName
{
border-color: #DF8353;
}
</style>