Shades of Jaffa #DF8455
Tints of Jaffa #DF8455
RGB
CMYK
RGB Variations
Color information
#DF8455 (or 0xDF8455) is known color: Jaffa. HEX triplet: DF, 84 and 55. RGB value is (223,132,85). Sum of RGB (Red+Green+Blue) = 223+132+85=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8455 is #207BAA. Grayscale: #9A9A9A. Windows color (decimal): -2128811 or 5604575. OLE color: 5604575.
HSL color Cylindrical-coordinate representation of color #DF8455: hue angle of 20.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF8455 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 85 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.13 |
| HSL | 20.43º | 0.68% | 0.6% | - |
| HSV(B) | 20.43º | 0.62% | 0.87% | - |
| XYZ | 40.32 | 32.85 | 12.81 | - |
| YUV | 153.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 85 | 0 | 0.41 | 0.62 | 0.13 | 20.43 | 0.68 | 0.6 |
| Hex | DF | 84 | 55 | 0 | 29 | 3E | D | 14 | 44 | 3C |
| Octal | 337 | 204 | 125 | 0 | 51 | 76 | 15 | 24 | 104 | 74 |
| Binary | 11011111 | 10000100 | 1010101 | 0 | 101001 | 111110 | 1101 | 10100 | 1000100 | 111100 |
Color Harmonies of #DF8455
Complementary color
Monochromatic Colors of #DF8455
Black with #DF8455
Text Example
Text Example
White with #DF8455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8455; }
p { color: rgb(223,132,85); }
H1.HeaderClassName
{
color: #DF8455;
}
.AnyTagClassName
{
color: #DF8455;
}
</style>
background-color css
<style>
a { background-color: #DF8455; }
a { background-color: rgb(223,132,85); }
div.DivClassName
{
background-color: #DF8455;
}
.BgClassName
{
background-color: #DF8455;
}
</style>
border-color css
<style>
span { border-color: #DF8455; }
span { border-color: rgb(223,132,85); }
td.TdClassName
{
border-color: #DF8455;
}
.TagClassName
{
border-color: #DF8455;
}
</style>