Shades of Jaffa #DA704A
Tints of Jaffa #DA704A
RGB
CMYK
RGB Variations
Color information
#DA704A (or 0xDA704A) is known color: Jaffa. HEX triplet: DA, 70 and 4A. RGB value is (218,112,74). Sum of RGB (Red+Green+Blue) = 218+112+74=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA704A is #258FB5. Grayscale: #8B8B8B. Windows color (decimal): -2461622 or 4878554. OLE color: 4878554.
HSL color Cylindrical-coordinate representation of color #DA704A: hue angle of 15.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA704A is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 74 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.15 |
| HSL | 15.83º | 0.66% | 0.57% | - |
| HSV(B) | 15.83º | 0.66% | 0.85% | - |
| XYZ | 35.94 | 26.99 | 9.79 | - |
| YUV | 139.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 74 | 0 | 0.49 | 0.66 | 0.15 | 15.83 | 0.66 | 0.57 |
| Hex | DA | 70 | 4A | 0 | 31 | 42 | F | 10 | 42 | 39 |
| Octal | 332 | 160 | 112 | 0 | 61 | 102 | 17 | 20 | 102 | 71 |
| Binary | 11011010 | 1110000 | 1001010 | 0 | 110001 | 1000010 | 1111 | 10000 | 1000010 | 111001 |
Color Harmonies of #DA704A
Complementary color
Monochromatic Colors of #DA704A
Black with #DA704A
Text Example
Text Example
White with #DA704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA704A; }
p { color: rgb(218,112,74); }
H1.HeaderClassName
{
color: #DA704A;
}
.AnyTagClassName
{
color: #DA704A;
}
</style>
background-color css
<style>
a { background-color: #DA704A; }
a { background-color: rgb(218,112,74); }
div.DivClassName
{
background-color: #DA704A;
}
.BgClassName
{
background-color: #DA704A;
}
</style>
border-color css
<style>
span { border-color: #DA704A; }
span { border-color: rgb(218,112,74); }
td.TdClassName
{
border-color: #DA704A;
}
.TagClassName
{
border-color: #DA704A;
}
</style>