Shades of Jaffa #DA7048
Tints of Jaffa #DA7048
RGB
CMYK
RGB Variations
Color information
#DA7048 (or 0xDA7048) is known color: Jaffa. HEX triplet: DA, 70 and 48. RGB value is (218,112,72). Sum of RGB (Red+Green+Blue) = 218+112+72=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7048 is #258FB7. Grayscale: #8B8B8B. Windows color (decimal): -2461624 or 4747482. OLE color: 4747482.
HSL color Cylindrical-coordinate representation of color #DA7048: hue angle of 16.44º degrees, saturation: 0.66, 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 #DA7048 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 72 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.15 |
| HSL | 16.44º | 0.66% | 0.57% | - |
| HSV(B) | 16.44º | 0.67% | 0.85% | - |
| XYZ | 35.88 | 26.96 | 9.44 | - |
| YUV | 139.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 72 | 0 | 0.49 | 0.67 | 0.15 | 16.44 | 0.66 | 0.57 |
| Hex | DA | 70 | 48 | 0 | 31 | 43 | F | 10 | 42 | 39 |
| Octal | 332 | 160 | 110 | 0 | 61 | 103 | 17 | 20 | 102 | 71 |
| Binary | 11011010 | 1110000 | 1001000 | 0 | 110001 | 1000011 | 1111 | 10000 | 1000010 | 111001 |
Color Harmonies of #DA7048
Complementary color
Monochromatic Colors of #DA7048
Black with #DA7048
Text Example
Text Example
White with #DA7048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7048; }
p { color: rgb(218,112,72); }
H1.HeaderClassName
{
color: #DA7048;
}
.AnyTagClassName
{
color: #DA7048;
}
</style>
background-color css
<style>
a { background-color: #DA7048; }
a { background-color: rgb(218,112,72); }
div.DivClassName
{
background-color: #DA7048;
}
.BgClassName
{
background-color: #DA7048;
}
</style>
border-color css
<style>
span { border-color: #DA7048; }
span { border-color: rgb(218,112,72); }
td.TdClassName
{
border-color: #DA7048;
}
.TagClassName
{
border-color: #DA7048;
}
</style>