Shades of Jaffa #DF7B51
Tints of Jaffa #DF7B51
RGB
CMYK
RGB Variations
Color information
#DF7B51 (or 0xDF7B51) is known color: Jaffa. HEX triplet: DF, 7B and 51. RGB value is (223,123,81). Sum of RGB (Red+Green+Blue) = 223+123+81=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B51 is #2084AE. Grayscale: #949494. Windows color (decimal): -2131119 or 5340127. OLE color: 5340127.
HSL color Cylindrical-coordinate representation of color #DF7B51: hue angle of 17.75º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF7B51 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 81 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.13 |
| HSL | 17.75º | 0.69% | 0.6% | - |
| HSV(B) | 17.75º | 0.64% | 0.87% | - |
| XYZ | 39 | 30.45 | 11.61 | - |
| YUV | 148.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 81 | 0 | 0.45 | 0.64 | 0.13 | 17.75 | 0.69 | 0.6 |
| Hex | DF | 7B | 51 | 0 | 2D | 40 | D | 12 | 45 | 3C |
| Octal | 337 | 173 | 121 | 0 | 55 | 100 | 15 | 22 | 105 | 74 |
| Binary | 11011111 | 1111011 | 1010001 | 0 | 101101 | 1000000 | 1101 | 10010 | 1000101 | 111100 |
Color Harmonies of #DF7B51
Complementary color
Monochromatic Colors of #DF7B51
Black with #DF7B51
Text Example
Text Example
White with #DF7B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B51; }
p { color: rgb(223,123,81); }
H1.HeaderClassName
{
color: #DF7B51;
}
.AnyTagClassName
{
color: #DF7B51;
}
</style>
background-color css
<style>
a { background-color: #DF7B51; }
a { background-color: rgb(223,123,81); }
div.DivClassName
{
background-color: #DF7B51;
}
.BgClassName
{
background-color: #DF7B51;
}
</style>
border-color css
<style>
span { border-color: #DF7B51; }
span { border-color: rgb(223,123,81); }
td.TdClassName
{
border-color: #DF7B51;
}
.TagClassName
{
border-color: #DF7B51;
}
</style>