Shades of Jaffa #DF7D4F
Tints of Jaffa #DF7D4F
RGB
CMYK
RGB Variations
Color information
#DF7D4F (or 0xDF7D4F) is known color: Jaffa. HEX triplet: DF, 7D and 4F. RGB value is (223,125,79). Sum of RGB (Red+Green+Blue) = 223+125+79=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D4F is #2082B0. Grayscale: #959595. Windows color (decimal): -2130609 or 5209567. OLE color: 5209567.
HSL color Cylindrical-coordinate representation of color #DF7D4F: hue angle of 19.17º degrees, saturation: 0.69, 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 #DF7D4F is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 79 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.13 |
| HSL | 19.17º | 0.69% | 0.59% | - |
| HSV(B) | 19.17º | 0.65% | 0.87% | - |
| XYZ | 39.18 | 30.92 | 11.3 | - |
| YUV | 149.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 79 | 0 | 0.44 | 0.65 | 0.13 | 19.17 | 0.69 | 0.59 |
| Hex | DF | 7D | 4F | 0 | 2C | 41 | D | 13 | 45 | 3B |
| Octal | 337 | 175 | 117 | 0 | 54 | 101 | 15 | 23 | 105 | 73 |
| Binary | 11011111 | 1111101 | 1001111 | 0 | 101100 | 1000001 | 1101 | 10011 | 1000101 | 111011 |
Color Harmonies of #DF7D4F
Complementary color
Monochromatic Colors of #DF7D4F
Black with #DF7D4F
Text Example
Text Example
White with #DF7D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D4F; }
p { color: rgb(223,125,79); }
H1.HeaderClassName
{
color: #DF7D4F;
}
.AnyTagClassName
{
color: #DF7D4F;
}
</style>
background-color css
<style>
a { background-color: #DF7D4F; }
a { background-color: rgb(223,125,79); }
div.DivClassName
{
background-color: #DF7D4F;
}
.BgClassName
{
background-color: #DF7D4F;
}
</style>
border-color css
<style>
span { border-color: #DF7D4F; }
span { border-color: rgb(223,125,79); }
td.TdClassName
{
border-color: #DF7D4F;
}
.TagClassName
{
border-color: #DF7D4F;
}
</style>