Shades of Jaffa #DF7D50
Tints of Jaffa #DF7D50
RGB
CMYK
RGB Variations
Color information
#DF7D50 (or 0xDF7D50) is known color: Jaffa. HEX triplet: DF, 7D and 50. RGB value is (223,125,80). Sum of RGB (Red+Green+Blue) = 223+125+80=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D50 is #2082AF. Grayscale: #959595. Windows color (decimal): -2130608 or 5275103. OLE color: 5275103.
HSL color Cylindrical-coordinate representation of color #DF7D50: hue angle of 18.88º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF7D50 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 80 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.13 |
| HSL | 18.88º | 0.69% | 0.59% | - |
| HSV(B) | 18.88º | 0.64% | 0.87% | - |
| XYZ | 39.21 | 30.93 | 11.49 | - |
| YUV | 149.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 80 | 0 | 0.44 | 0.64 | 0.13 | 18.88 | 0.69 | 0.59 |
| Hex | DF | 7D | 50 | 0 | 2C | 40 | D | 13 | 45 | 3B |
| Octal | 337 | 175 | 120 | 0 | 54 | 100 | 15 | 23 | 105 | 73 |
| Binary | 11011111 | 1111101 | 1010000 | 0 | 101100 | 1000000 | 1101 | 10011 | 1000101 | 111011 |
Color Harmonies of #DF7D50
Complementary color
Monochromatic Colors of #DF7D50
Black with #DF7D50
Text Example
Text Example
White with #DF7D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D50; }
p { color: rgb(223,125,80); }
H1.HeaderClassName
{
color: #DF7D50;
}
.AnyTagClassName
{
color: #DF7D50;
}
</style>
background-color css
<style>
a { background-color: #DF7D50; }
a { background-color: rgb(223,125,80); }
div.DivClassName
{
background-color: #DF7D50;
}
.BgClassName
{
background-color: #DF7D50;
}
</style>
border-color css
<style>
span { border-color: #DF7D50; }
span { border-color: rgb(223,125,80); }
td.TdClassName
{
border-color: #DF7D50;
}
.TagClassName
{
border-color: #DF7D50;
}
</style>