Shades of Jaffa #DA7543
Tints of Jaffa #DA7543
RGB
CMYK
RGB Variations
Color information
#DA7543 (or 0xDA7543) is known color: Jaffa. HEX triplet: DA, 75 and 43. RGB value is (218,117,67). Sum of RGB (Red+Green+Blue) = 218+117+67=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7543 is #258ABC. Grayscale: #8D8D8D. Windows color (decimal): -2460349 or 4421082. OLE color: 4421082.
HSL color Cylindrical-coordinate representation of color #DA7543: hue angle of 19.87º 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 #DA7543 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 67 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.15 |
| HSL | 19.87º | 0.67% | 0.56% | - |
| HSV(B) | 19.87º | 0.69% | 0.85% | - |
| XYZ | 36.29 | 28.03 | 8.81 | - |
| YUV | 141.5 | 85.96 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 67 | 0 | 0.46 | 0.69 | 0.15 | 19.87 | 0.67 | 0.56 |
| Hex | DA | 75 | 43 | 0 | 2E | 45 | F | 14 | 43 | 38 |
| Octal | 332 | 165 | 103 | 0 | 56 | 105 | 17 | 24 | 103 | 70 |
| Binary | 11011010 | 1110101 | 1000011 | 0 | 101110 | 1000101 | 1111 | 10100 | 1000011 | 111000 |
Color Harmonies of #DA7543
Complementary color
Monochromatic Colors of #DA7543
Black with #DA7543
Text Example
Text Example
White with #DA7543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7543; }
p { color: rgb(218,117,67); }
H1.HeaderClassName
{
color: #DA7543;
}
.AnyTagClassName
{
color: #DA7543;
}
</style>
background-color css
<style>
a { background-color: #DA7543; }
a { background-color: rgb(218,117,67); }
div.DivClassName
{
background-color: #DA7543;
}
.BgClassName
{
background-color: #DA7543;
}
</style>
border-color css
<style>
span { border-color: #DA7543; }
span { border-color: rgb(218,117,67); }
td.TdClassName
{
border-color: #DA7543;
}
.TagClassName
{
border-color: #DA7543;
}
</style>