Shades of Jaffa #DA7647
Tints of Jaffa #DA7647
RGB
CMYK
RGB Variations
Color information
#DA7647 (or 0xDA7647) is known color: Jaffa. HEX triplet: DA, 76 and 47. RGB value is (218,118,71). Sum of RGB (Red+Green+Blue) = 218+118+71=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7647 is #2589B8. Grayscale: #8E8E8E. Windows color (decimal): -2460089 or 4683482. OLE color: 4683482.
HSL color Cylindrical-coordinate representation of color #DA7647: hue angle of 19.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA7647 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 71 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.15 |
| HSL | 19.18º | 0.67% | 0.57% | - |
| HSV(B) | 19.18º | 0.67% | 0.85% | - |
| XYZ | 36.53 | 28.32 | 9.5 | - |
| YUV | 142.54 | 87.63 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 71 | 0 | 0.46 | 0.67 | 0.15 | 19.18 | 0.67 | 0.57 |
| Hex | DA | 76 | 47 | 0 | 2E | 43 | F | 13 | 43 | 39 |
| Octal | 332 | 166 | 107 | 0 | 56 | 103 | 17 | 23 | 103 | 71 |
| Binary | 11011010 | 1110110 | 1000111 | 0 | 101110 | 1000011 | 1111 | 10011 | 1000011 | 111001 |
Color Harmonies of #DA7647
Complementary color
Monochromatic Colors of #DA7647
Black with #DA7647
Text Example
Text Example
White with #DA7647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7647; }
p { color: rgb(218,118,71); }
H1.HeaderClassName
{
color: #DA7647;
}
.AnyTagClassName
{
color: #DA7647;
}
</style>
background-color css
<style>
a { background-color: #DA7647; }
a { background-color: rgb(218,118,71); }
div.DivClassName
{
background-color: #DA7647;
}
.BgClassName
{
background-color: #DA7647;
}
</style>
border-color css
<style>
span { border-color: #DA7647; }
span { border-color: rgb(218,118,71); }
td.TdClassName
{
border-color: #DA7647;
}
.TagClassName
{
border-color: #DA7647;
}
</style>