Shades of Jaffa #DF773E
Tints of Jaffa #DF773E
RGB
CMYK
RGB Variations
Color information
#DF773E (or 0xDF773E) is known color: Jaffa. HEX triplet: DF, 77 and 3E. RGB value is (223,119,62). Sum of RGB (Red+Green+Blue) = 223+119+62=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF773E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF773E is #2088C1. Grayscale: #8F8F8F. Windows color (decimal): -2132162 or 4093919. OLE color: 4093919.
HSL color Cylindrical-coordinate representation of color #DF773E: hue angle of 21.24º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF773E is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 62 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.13 |
| HSL | 21.24º | 0.72% | 0.56% | - |
| HSV(B) | 21.24º | 0.72% | 0.87% | - |
| XYZ | 37.9 | 29.23 | 8.2 | - |
| YUV | 143.6 | 81.96 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 62 | 0 | 0.47 | 0.72 | 0.13 | 21.24 | 0.72 | 0.56 |
| Hex | DF | 77 | 3E | 0 | 2F | 48 | D | 15 | 48 | 38 |
| Octal | 337 | 167 | 76 | 0 | 57 | 110 | 15 | 25 | 110 | 70 |
| Binary | 11011111 | 1110111 | 111110 | 0 | 101111 | 1001000 | 1101 | 10101 | 1001000 | 111000 |
Color Harmonies of #DF773E
Complementary color
Monochromatic Colors of #DF773E
Black with #DF773E
Text Example
Text Example
White with #DF773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF773E; }
p { color: rgb(223,119,62); }
H1.HeaderClassName
{
color: #DF773E;
}
.AnyTagClassName
{
color: #DF773E;
}
</style>
background-color css
<style>
a { background-color: #DF773E; }
a { background-color: rgb(223,119,62); }
div.DivClassName
{
background-color: #DF773E;
}
.BgClassName
{
background-color: #DF773E;
}
</style>
border-color css
<style>
span { border-color: #DF773E; }
span { border-color: rgb(223,119,62); }
td.TdClassName
{
border-color: #DF773E;
}
.TagClassName
{
border-color: #DF773E;
}
</style>