Shades of Jaffa #DA7047
Tints of Jaffa #DA7047
RGB
CMYK
RGB Variations
Color information
#DA7047 (or 0xDA7047) is known color: Jaffa. HEX triplet: DA, 70 and 47. RGB value is (218,112,71). Sum of RGB (Red+Green+Blue) = 218+112+71=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7047 is #258FB8. Grayscale: #8B8B8B. Windows color (decimal): -2461625 or 4681946. OLE color: 4681946.
HSL color Cylindrical-coordinate representation of color #DA7047: hue angle of 16.73º 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 #DA7047 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 71 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.15 |
| HSL | 16.73º | 0.67% | 0.57% | - |
| HSV(B) | 16.73º | 0.67% | 0.85% | - |
| XYZ | 35.84 | 26.95 | 9.27 | - |
| YUV | 139.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 71 | 0 | 0.49 | 0.67 | 0.15 | 16.73 | 0.67 | 0.57 |
| Hex | DA | 70 | 47 | 0 | 31 | 43 | F | 11 | 43 | 39 |
| Octal | 332 | 160 | 107 | 0 | 61 | 103 | 17 | 21 | 103 | 71 |
| Binary | 11011010 | 1110000 | 1000111 | 0 | 110001 | 1000011 | 1111 | 10001 | 1000011 | 111001 |
Color Harmonies of #DA7047
Complementary color
Monochromatic Colors of #DA7047
Black with #DA7047
Text Example
Text Example
White with #DA7047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7047; }
p { color: rgb(218,112,71); }
H1.HeaderClassName
{
color: #DA7047;
}
.AnyTagClassName
{
color: #DA7047;
}
</style>
background-color css
<style>
a { background-color: #DA7047; }
a { background-color: rgb(218,112,71); }
div.DivClassName
{
background-color: #DA7047;
}
.BgClassName
{
background-color: #DA7047;
}
</style>
border-color css
<style>
span { border-color: #DA7047; }
span { border-color: rgb(218,112,71); }
td.TdClassName
{
border-color: #DA7047;
}
.TagClassName
{
border-color: #DA7047;
}
</style>