Shades of Jaffa #DA7145
Tints of Jaffa #DA7145
RGB
CMYK
RGB Variations
Color information
#DA7145 (or 0xDA7145) is known color: Jaffa. HEX triplet: DA, 71 and 45. RGB value is (218,113,69). Sum of RGB (Red+Green+Blue) = 218+113+69=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7145 is #258EBA. Grayscale: #8B8B8B. Windows color (decimal): -2461371 or 4551130. OLE color: 4551130.
HSL color Cylindrical-coordinate representation of color #DA7145: hue angle of 17.72º 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 #DA7145 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 69 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.15 |
| HSL | 17.72º | 0.67% | 0.56% | - |
| HSV(B) | 17.72º | 0.68% | 0.85% | - |
| XYZ | 35.89 | 27.15 | 8.98 | - |
| YUV | 139.38 | 88.29 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 69 | 0 | 0.48 | 0.68 | 0.15 | 17.72 | 0.67 | 0.56 |
| Hex | DA | 71 | 45 | 0 | 30 | 44 | F | 12 | 43 | 38 |
| Octal | 332 | 161 | 105 | 0 | 60 | 104 | 17 | 22 | 103 | 70 |
| Binary | 11011010 | 1110001 | 1000101 | 0 | 110000 | 1000100 | 1111 | 10010 | 1000011 | 111000 |
Color Harmonies of #DA7145
Complementary color
Monochromatic Colors of #DA7145
Black with #DA7145
Text Example
Text Example
White with #DA7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7145; }
p { color: rgb(218,113,69); }
H1.HeaderClassName
{
color: #DA7145;
}
.AnyTagClassName
{
color: #DA7145;
}
</style>
background-color css
<style>
a { background-color: #DA7145; }
a { background-color: rgb(218,113,69); }
div.DivClassName
{
background-color: #DA7145;
}
.BgClassName
{
background-color: #DA7145;
}
</style>
border-color css
<style>
span { border-color: #DA7145; }
span { border-color: rgb(218,113,69); }
td.TdClassName
{
border-color: #DA7145;
}
.TagClassName
{
border-color: #DA7145;
}
</style>