Shades of Jaffa #DA7545
Tints of Jaffa #DA7545
RGB
CMYK
RGB Variations
Color information
#DA7545 (or 0xDA7545) is known color: Jaffa. HEX triplet: DA, 75 and 45. RGB value is (218,117,69). Sum of RGB (Red+Green+Blue) = 218+117+69=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7545 is #258ABA. Grayscale: #8E8E8E. Windows color (decimal): -2460347 or 4552154. OLE color: 4552154.
HSL color Cylindrical-coordinate representation of color #DA7545: hue angle of 19.33º 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 #DA7545 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 69 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.15 |
| HSL | 19.33º | 0.67% | 0.56% | - |
| HSV(B) | 19.33º | 0.68% | 0.85% | - |
| XYZ | 36.35 | 28.06 | 9.13 | - |
| YUV | 141.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 69 | 0 | 0.46 | 0.68 | 0.15 | 19.33 | 0.67 | 0.56 |
| Hex | DA | 75 | 45 | 0 | 2E | 44 | F | 13 | 43 | 38 |
| Octal | 332 | 165 | 105 | 0 | 56 | 104 | 17 | 23 | 103 | 70 |
| Binary | 11011010 | 1110101 | 1000101 | 0 | 101110 | 1000100 | 1111 | 10011 | 1000011 | 111000 |
Color Harmonies of #DA7545
Complementary color
Monochromatic Colors of #DA7545
Black with #DA7545
Text Example
Text Example
White with #DA7545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7545; }
p { color: rgb(218,117,69); }
H1.HeaderClassName
{
color: #DA7545;
}
.AnyTagClassName
{
color: #DA7545;
}
</style>
background-color css
<style>
a { background-color: #DA7545; }
a { background-color: rgb(218,117,69); }
div.DivClassName
{
background-color: #DA7545;
}
.BgClassName
{
background-color: #DA7545;
}
</style>
border-color css
<style>
span { border-color: #DA7545; }
span { border-color: rgb(218,117,69); }
td.TdClassName
{
border-color: #DA7545;
}
.TagClassName
{
border-color: #DA7545;
}
</style>