Shades of Jaffa #DF8255
Tints of Jaffa #DF8255
RGB
CMYK
RGB Variations
Color information
#DF8255 (or 0xDF8255) is known color: Jaffa. HEX triplet: DF, 82 and 55. RGB value is (223,130,85). Sum of RGB (Red+Green+Blue) = 223+130+85=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8255 is #207DAA. Grayscale: #989898. Windows color (decimal): -2129323 or 5604063. OLE color: 5604063.
HSL color Cylindrical-coordinate representation of color #DF8255: hue angle of 19.57º 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 #DF8255 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 85 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.13 |
| HSL | 19.57º | 0.68% | 0.6% | - |
| HSV(B) | 19.57º | 0.62% | 0.87% | - |
| XYZ | 40.05 | 32.31 | 12.72 | - |
| YUV | 152.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 85 | 0 | 0.42 | 0.62 | 0.13 | 19.57 | 0.68 | 0.6 |
| Hex | DF | 82 | 55 | 0 | 2A | 3E | D | 14 | 44 | 3C |
| Octal | 337 | 202 | 125 | 0 | 52 | 76 | 15 | 24 | 104 | 74 |
| Binary | 11011111 | 10000010 | 1010101 | 0 | 101010 | 111110 | 1101 | 10100 | 1000100 | 111100 |
Color Harmonies of #DF8255
Complementary color
Monochromatic Colors of #DF8255
Black with #DF8255
Text Example
Text Example
White with #DF8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8255; }
p { color: rgb(223,130,85); }
H1.HeaderClassName
{
color: #DF8255;
}
.AnyTagClassName
{
color: #DF8255;
}
</style>
background-color css
<style>
a { background-color: #DF8255; }
a { background-color: rgb(223,130,85); }
div.DivClassName
{
background-color: #DF8255;
}
.BgClassName
{
background-color: #DF8255;
}
</style>
border-color css
<style>
span { border-color: #DF8255; }
span { border-color: rgb(223,130,85); }
td.TdClassName
{
border-color: #DF8255;
}
.TagClassName
{
border-color: #DF8255;
}
</style>