Shades of Jaffa #DA7446
Tints of Jaffa #DA7446
RGB
CMYK
RGB Variations
Color information
#DA7446 (or 0xDA7446) is known color: Jaffa. HEX triplet: DA, 74 and 46. RGB value is (218,116,70). Sum of RGB (Red+Green+Blue) = 218+116+70=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7446 is #258BB9. Grayscale: #8D8D8D. Windows color (decimal): -2460602 or 4617434. OLE color: 4617434.
HSL color Cylindrical-coordinate representation of color #DA7446: hue angle of 18.65º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA7446 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 70 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.15 |
| HSL | 18.65º | 0.67% | 0.56% | - |
| HSV(B) | 18.65º | 0.68% | 0.85% | - |
| XYZ | 36.26 | 27.84 | 9.26 | - |
| YUV | 141.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 70 | 0 | 0.47 | 0.68 | 0.15 | 18.65 | 0.67 | 0.56 |
| Hex | DA | 74 | 46 | 0 | 2F | 44 | F | 13 | 43 | 38 |
| Octal | 332 | 164 | 106 | 0 | 57 | 104 | 17 | 23 | 103 | 70 |
| Binary | 11011010 | 1110100 | 1000110 | 0 | 101111 | 1000100 | 1111 | 10011 | 1000011 | 111000 |
Color Harmonies of #DA7446
Complementary color
Monochromatic Colors of #DA7446
Black with #DA7446
Text Example
Text Example
White with #DA7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7446; }
p { color: rgb(218,116,70); }
H1.HeaderClassName
{
color: #DA7446;
}
.AnyTagClassName
{
color: #DA7446;
}
</style>
background-color css
<style>
a { background-color: #DA7446; }
a { background-color: rgb(218,116,70); }
div.DivClassName
{
background-color: #DA7446;
}
.BgClassName
{
background-color: #DA7446;
}
</style>
border-color css
<style>
span { border-color: #DA7446; }
span { border-color: rgb(218,116,70); }
td.TdClassName
{
border-color: #DA7446;
}
.TagClassName
{
border-color: #DA7446;
}
</style>