Shades of Jaffa #DF6D48
Tints of Jaffa #DF6D48
RGB
CMYK
RGB Variations
Color information
#DF6D48 (or 0xDF6D48) is known color: Jaffa. HEX triplet: DF, 6D and 48. RGB value is (223,109,72). Sum of RGB (Red+Green+Blue) = 223+109+72=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D48 is #2092B7. Grayscale: #8B8B8B. Windows color (decimal): -2134712 or 4746719. OLE color: 4746719.
HSL color Cylindrical-coordinate representation of color #DF6D48: hue angle of 14.7º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF6D48 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 72 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.13 |
| HSL | 14.7º | 0.7% | 0.58% | - |
| HSV(B) | 14.7º | 0.68% | 0.87% | - |
| XYZ | 37.07 | 27.09 | 9.41 | - |
| YUV | 138.87 | 90.27 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 72 | 0 | 0.51 | 0.68 | 0.13 | 14.7 | 0.7 | 0.58 |
| Hex | DF | 6D | 48 | 0 | 33 | 44 | D | F | 46 | 3A |
| Octal | 337 | 155 | 110 | 0 | 63 | 104 | 15 | 17 | 106 | 72 |
| Binary | 11011111 | 1101101 | 1001000 | 0 | 110011 | 1000100 | 1101 | 1111 | 1000110 | 111010 |
Color Harmonies of #DF6D48
Complementary color
Monochromatic Colors of #DF6D48
Black with #DF6D48
Text Example
Text Example
White with #DF6D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D48; }
p { color: rgb(223,109,72); }
H1.HeaderClassName
{
color: #DF6D48;
}
.AnyTagClassName
{
color: #DF6D48;
}
</style>
background-color css
<style>
a { background-color: #DF6D48; }
a { background-color: rgb(223,109,72); }
div.DivClassName
{
background-color: #DF6D48;
}
.BgClassName
{
background-color: #DF6D48;
}
</style>
border-color css
<style>
span { border-color: #DF6D48; }
span { border-color: rgb(223,109,72); }
td.TdClassName
{
border-color: #DF6D48;
}
.TagClassName
{
border-color: #DF6D48;
}
</style>