Shades of Jaffa #DF7B4F
Tints of Jaffa #DF7B4F
RGB
CMYK
RGB Variations
Color information
#DF7B4F (or 0xDF7B4F) is known color: Jaffa. HEX triplet: DF, 7B and 4F. RGB value is (223,123,79). Sum of RGB (Red+Green+Blue) = 223+123+79=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B4F is #2084B0. Grayscale: #949494. Windows color (decimal): -2131121 or 5209055. OLE color: 5209055.
HSL color Cylindrical-coordinate representation of color #DF7B4F: hue angle of 18.33º 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 #DF7B4F is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 79 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.13 |
| HSL | 18.33º | 0.69% | 0.59% | - |
| HSV(B) | 18.33º | 0.65% | 0.87% | - |
| XYZ | 38.93 | 30.42 | 11.22 | - |
| YUV | 147.88 | 89.13 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 79 | 0 | 0.45 | 0.65 | 0.13 | 18.33 | 0.69 | 0.59 |
| Hex | DF | 7B | 4F | 0 | 2D | 41 | D | 12 | 45 | 3B |
| Octal | 337 | 173 | 117 | 0 | 55 | 101 | 15 | 22 | 105 | 73 |
| Binary | 11011111 | 1111011 | 1001111 | 0 | 101101 | 1000001 | 1101 | 10010 | 1000101 | 111011 |
Color Harmonies of #DF7B4F
Complementary color
Monochromatic Colors of #DF7B4F
Black with #DF7B4F
Text Example
Text Example
White with #DF7B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B4F; }
p { color: rgb(223,123,79); }
H1.HeaderClassName
{
color: #DF7B4F;
}
.AnyTagClassName
{
color: #DF7B4F;
}
</style>
background-color css
<style>
a { background-color: #DF7B4F; }
a { background-color: rgb(223,123,79); }
div.DivClassName
{
background-color: #DF7B4F;
}
.BgClassName
{
background-color: #DF7B4F;
}
</style>
border-color css
<style>
span { border-color: #DF7B4F; }
span { border-color: rgb(223,123,79); }
td.TdClassName
{
border-color: #DF7B4F;
}
.TagClassName
{
border-color: #DF7B4F;
}
</style>