Shades of Jaffa #DF754D
Tints of Jaffa #DF754D
RGB
CMYK
RGB Variations
Color information
#DF754D (or 0xDF754D) is known color: Jaffa. HEX triplet: DF, 75 and 4D. RGB value is (223,117,77). Sum of RGB (Red+Green+Blue) = 223+117+77=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF754D is #208AB2. Grayscale: #909090. Windows color (decimal): -2132659 or 5076447. OLE color: 5076447.
HSL color Cylindrical-coordinate representation of color #DF754D: hue angle of 16.44º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF754D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 77 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.13 |
| HSL | 16.44º | 0.7% | 0.59% | - |
| HSV(B) | 16.44º | 0.65% | 0.87% | - |
| XYZ | 38.13 | 28.95 | 10.6 | - |
| YUV | 144.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 77 | 0 | 0.48 | 0.65 | 0.13 | 16.44 | 0.7 | 0.59 |
| Hex | DF | 75 | 4D | 0 | 30 | 41 | D | 10 | 46 | 3B |
| Octal | 337 | 165 | 115 | 0 | 60 | 101 | 15 | 20 | 106 | 73 |
| Binary | 11011111 | 1110101 | 1001101 | 0 | 110000 | 1000001 | 1101 | 10000 | 1000110 | 111011 |
Color Harmonies of #DF754D
Complementary color
Monochromatic Colors of #DF754D
Black with #DF754D
Text Example
Text Example
White with #DF754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF754D; }
p { color: rgb(223,117,77); }
H1.HeaderClassName
{
color: #DF754D;
}
.AnyTagClassName
{
color: #DF754D;
}
</style>
background-color css
<style>
a { background-color: #DF754D; }
a { background-color: rgb(223,117,77); }
div.DivClassName
{
background-color: #DF754D;
}
.BgClassName
{
background-color: #DF754D;
}
</style>
border-color css
<style>
span { border-color: #DF754D; }
span { border-color: rgb(223,117,77); }
td.TdClassName
{
border-color: #DF754D;
}
.TagClassName
{
border-color: #DF754D;
}
</style>