Shades of Jaffa #DA7345
Tints of Jaffa #DA7345
RGB
CMYK
RGB Variations
Color information
#DA7345 (or 0xDA7345) is known color: Jaffa. HEX triplet: DA, 73 and 45. RGB value is (218,115,69). Sum of RGB (Red+Green+Blue) = 218+115+69=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7345 is #258CBA. Grayscale: #8C8C8C. Windows color (decimal): -2460859 or 4551642. OLE color: 4551642.
HSL color Cylindrical-coordinate representation of color #DA7345: hue angle of 18.52º 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 #DA7345 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 69 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.15 |
| HSL | 18.52º | 0.67% | 0.56% | - |
| HSV(B) | 18.52º | 0.68% | 0.85% | - |
| XYZ | 36.12 | 27.6 | 9.05 | - |
| YUV | 140.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 69 | 0 | 0.47 | 0.68 | 0.15 | 18.52 | 0.67 | 0.56 |
| Hex | DA | 73 | 45 | 0 | 2F | 44 | F | 13 | 43 | 38 |
| Octal | 332 | 163 | 105 | 0 | 57 | 104 | 17 | 23 | 103 | 70 |
| Binary | 11011010 | 1110011 | 1000101 | 0 | 101111 | 1000100 | 1111 | 10011 | 1000011 | 111000 |
Color Harmonies of #DA7345
Complementary color
Monochromatic Colors of #DA7345
Black with #DA7345
Text Example
Text Example
White with #DA7345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7345; }
p { color: rgb(218,115,69); }
H1.HeaderClassName
{
color: #DA7345;
}
.AnyTagClassName
{
color: #DA7345;
}
</style>
background-color css
<style>
a { background-color: #DA7345; }
a { background-color: rgb(218,115,69); }
div.DivClassName
{
background-color: #DA7345;
}
.BgClassName
{
background-color: #DA7345;
}
</style>
border-color css
<style>
span { border-color: #DA7345; }
span { border-color: rgb(218,115,69); }
td.TdClassName
{
border-color: #DA7345;
}
.TagClassName
{
border-color: #DA7345;
}
</style>