Shades of Jaffa #DA7644
Tints of Jaffa #DA7644
RGB
CMYK
RGB Variations
Color information
#DA7644 (or 0xDA7644) is known color: Jaffa. HEX triplet: DA, 76 and 44. RGB value is (218,118,68). Sum of RGB (Red+Green+Blue) = 218+118+68=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7644 is #2589BB. Grayscale: #8E8E8E. Windows color (decimal): -2460092 or 4486874. OLE color: 4486874.
HSL color Cylindrical-coordinate representation of color #DA7644: hue angle of 20º 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 #DA7644 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 68 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.15 |
| HSL | 20º | 0.67% | 0.56% | - |
| HSV(B) | 20º | 0.69% | 0.85% | - |
| XYZ | 36.44 | 28.28 | 9.01 | - |
| YUV | 142.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 68 | 0 | 0.46 | 0.69 | 0.15 | 20 | 0.67 | 0.56 |
| Hex | DA | 76 | 44 | 0 | 2E | 45 | F | 14 | 43 | 38 |
| Octal | 332 | 166 | 104 | 0 | 56 | 105 | 17 | 24 | 103 | 70 |
| Binary | 11011010 | 1110110 | 1000100 | 0 | 101110 | 1000101 | 1111 | 10100 | 1000011 | 111000 |
Color Harmonies of #DA7644
Complementary color
Monochromatic Colors of #DA7644
Black with #DA7644
Text Example
Text Example
White with #DA7644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7644; }
p { color: rgb(218,118,68); }
H1.HeaderClassName
{
color: #DA7644;
}
.AnyTagClassName
{
color: #DA7644;
}
</style>
background-color css
<style>
a { background-color: #DA7644; }
a { background-color: rgb(218,118,68); }
div.DivClassName
{
background-color: #DA7644;
}
.BgClassName
{
background-color: #DA7644;
}
</style>
border-color css
<style>
span { border-color: #DA7644; }
span { border-color: rgb(218,118,68); }
td.TdClassName
{
border-color: #DA7644;
}
.TagClassName
{
border-color: #DA7644;
}
</style>