Shades of Jaffa #DF754B
Tints of Jaffa #DF754B
RGB
CMYK
RGB Variations
Color information
#DF754B (or 0xDF754B) is known color: Jaffa. HEX triplet: DF, 75 and 4B. RGB value is (223,117,75). Sum of RGB (Red+Green+Blue) = 223+117+75=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF754B is #208AB4. Grayscale: #909090. Windows color (decimal): -2132661 or 4945375. OLE color: 4945375.
HSL color Cylindrical-coordinate representation of color #DF754B: hue angle of 17.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF754B is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 75 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.13 |
| HSL | 17.03º | 0.7% | 0.58% | - |
| HSV(B) | 17.03º | 0.66% | 0.87% | - |
| XYZ | 38.06 | 28.92 | 10.23 | - |
| YUV | 143.91 | 89.12 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 75 | 0 | 0.48 | 0.66 | 0.13 | 17.03 | 0.7 | 0.58 |
| Hex | DF | 75 | 4B | 0 | 30 | 42 | D | 11 | 46 | 3A |
| Octal | 337 | 165 | 113 | 0 | 60 | 102 | 15 | 21 | 106 | 72 |
| Binary | 11011111 | 1110101 | 1001011 | 0 | 110000 | 1000010 | 1101 | 10001 | 1000110 | 111010 |
Color Harmonies of #DF754B
Complementary color
Monochromatic Colors of #DF754B
Black with #DF754B
Text Example
Text Example
White with #DF754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF754B; }
p { color: rgb(223,117,75); }
H1.HeaderClassName
{
color: #DF754B;
}
.AnyTagClassName
{
color: #DF754B;
}
</style>
background-color css
<style>
a { background-color: #DF754B; }
a { background-color: rgb(223,117,75); }
div.DivClassName
{
background-color: #DF754B;
}
.BgClassName
{
background-color: #DF754B;
}
</style>
border-color css
<style>
span { border-color: #DF754B; }
span { border-color: rgb(223,117,75); }
td.TdClassName
{
border-color: #DF754B;
}
.TagClassName
{
border-color: #DF754B;
}
</style>