Shades of Jaffa #DA7540
Tints of Jaffa #DA7540
RGB
CMYK
RGB Variations
Color information
#DA7540 (or 0xDA7540) is known color: Jaffa. HEX triplet: DA, 75 and 40. RGB value is (218,117,64). Sum of RGB (Red+Green+Blue) = 218+117+64=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7540 is #258ABF. Grayscale: #8D8D8D. Windows color (decimal): -2460352 or 4224474. OLE color: 4224474.
HSL color Cylindrical-coordinate representation of color #DA7540: hue angle of 20.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA7540 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 64 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.15 |
| HSL | 20.65º | 0.68% | 0.55% | - |
| HSV(B) | 20.65º | 0.71% | 0.85% | - |
| XYZ | 36.2 | 28 | 8.35 | - |
| YUV | 141.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 64 | 0 | 0.46 | 0.71 | 0.15 | 20.65 | 0.68 | 0.55 |
| Hex | DA | 75 | 40 | 0 | 2E | 47 | F | 15 | 44 | 37 |
| Octal | 332 | 165 | 100 | 0 | 56 | 107 | 17 | 25 | 104 | 67 |
| Binary | 11011010 | 1110101 | 1000000 | 0 | 101110 | 1000111 | 1111 | 10101 | 1000100 | 110111 |
Color Harmonies of #DA7540
Complementary color
Monochromatic Colors of #DA7540
Black with #DA7540
Text Example
Text Example
White with #DA7540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7540; }
p { color: rgb(218,117,64); }
H1.HeaderClassName
{
color: #DA7540;
}
.AnyTagClassName
{
color: #DA7540;
}
</style>
background-color css
<style>
a { background-color: #DA7540; }
a { background-color: rgb(218,117,64); }
div.DivClassName
{
background-color: #DA7540;
}
.BgClassName
{
background-color: #DA7540;
}
</style>
border-color css
<style>
span { border-color: #DA7540; }
span { border-color: rgb(218,117,64); }
td.TdClassName
{
border-color: #DA7540;
}
.TagClassName
{
border-color: #DA7540;
}
</style>