Shades of Jaffa #DF773C
Tints of Jaffa #DF773C
RGB
CMYK
RGB Variations
Color information
#DF773C (or 0xDF773C) is known color: Jaffa. HEX triplet: DF, 77 and 3C. RGB value is (223,119,60). Sum of RGB (Red+Green+Blue) = 223+119+60=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF773C is #2088C3. Grayscale: #8F8F8F. Windows color (decimal): -2132164 or 3962847. OLE color: 3962847.
HSL color Cylindrical-coordinate representation of color #DF773C: hue angle of 21.72º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF773C is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 60 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.13 |
| HSL | 21.72º | 0.72% | 0.55% | - |
| HSV(B) | 21.72º | 0.73% | 0.87% | - |
| XYZ | 37.84 | 29.21 | 7.92 | - |
| YUV | 143.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 60 | 0 | 0.47 | 0.73 | 0.13 | 21.72 | 0.72 | 0.55 |
| Hex | DF | 77 | 3C | 0 | 2F | 49 | D | 16 | 48 | 37 |
| Octal | 337 | 167 | 74 | 0 | 57 | 111 | 15 | 26 | 110 | 67 |
| Binary | 11011111 | 1110111 | 111100 | 0 | 101111 | 1001001 | 1101 | 10110 | 1001000 | 110111 |
Color Harmonies of #DF773C
Complementary color
Monochromatic Colors of #DF773C
Black with #DF773C
Text Example
Text Example
White with #DF773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF773C; }
p { color: rgb(223,119,60); }
H1.HeaderClassName
{
color: #DF773C;
}
.AnyTagClassName
{
color: #DF773C;
}
</style>
background-color css
<style>
a { background-color: #DF773C; }
a { background-color: rgb(223,119,60); }
div.DivClassName
{
background-color: #DF773C;
}
.BgClassName
{
background-color: #DF773C;
}
</style>
border-color css
<style>
span { border-color: #DF773C; }
span { border-color: rgb(223,119,60); }
td.TdClassName
{
border-color: #DF773C;
}
.TagClassName
{
border-color: #DF773C;
}
</style>