Shades of Jaffa #DA7344
Tints of Jaffa #DA7344
RGB
CMYK
RGB Variations
Color information
#DA7344 (or 0xDA7344) is known color: Jaffa. HEX triplet: DA, 73 and 44. RGB value is (218,115,68). Sum of RGB (Red+Green+Blue) = 218+115+68=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7344 is #258CBB. Grayscale: #8C8C8C. Windows color (decimal): -2460860 or 4486106. OLE color: 4486106.
HSL color Cylindrical-coordinate representation of color #DA7344: hue angle of 18.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA7344 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 68 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.15 |
| HSL | 18.8º | 0.67% | 0.56% | - |
| HSV(B) | 18.8º | 0.69% | 0.85% | - |
| XYZ | 36.09 | 27.58 | 8.89 | - |
| YUV | 140.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 68 | 0 | 0.47 | 0.69 | 0.15 | 18.8 | 0.67 | 0.56 |
| Hex | DA | 73 | 44 | 0 | 2F | 45 | F | 13 | 43 | 38 |
| Octal | 332 | 163 | 104 | 0 | 57 | 105 | 17 | 23 | 103 | 70 |
| Binary | 11011010 | 1110011 | 1000100 | 0 | 101111 | 1000101 | 1111 | 10011 | 1000011 | 111000 |
Color Harmonies of #DA7344
Complementary color
Monochromatic Colors of #DA7344
Black with #DA7344
Text Example
Text Example
White with #DA7344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7344; }
p { color: rgb(218,115,68); }
H1.HeaderClassName
{
color: #DA7344;
}
.AnyTagClassName
{
color: #DA7344;
}
</style>
background-color css
<style>
a { background-color: #DA7344; }
a { background-color: rgb(218,115,68); }
div.DivClassName
{
background-color: #DA7344;
}
.BgClassName
{
background-color: #DA7344;
}
</style>
border-color css
<style>
span { border-color: #DA7344; }
span { border-color: rgb(218,115,68); }
td.TdClassName
{
border-color: #DA7344;
}
.TagClassName
{
border-color: #DA7344;
}
</style>