Shades of Jaffa #DA754D
Tints of Jaffa #DA754D
RGB
CMYK
RGB Variations
Color information
#DA754D (or 0xDA754D) is known color: Jaffa. HEX triplet: DA, 75 and 4D. RGB value is (218,117,77). Sum of RGB (Red+Green+Blue) = 218+117+77=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA754D is #258AB2. Grayscale: #8E8E8E. Windows color (decimal): -2460339 or 5076442. OLE color: 5076442.
HSL color Cylindrical-coordinate representation of color #DA754D: hue angle of 17.02º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA754D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 77 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.15 |
| HSL | 17.02º | 0.66% | 0.58% | - |
| HSV(B) | 17.02º | 0.65% | 0.85% | - |
| XYZ | 36.61 | 28.16 | 10.53 | - |
| YUV | 142.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 77 | 0 | 0.46 | 0.65 | 0.15 | 17.02 | 0.66 | 0.58 |
| Hex | DA | 75 | 4D | 0 | 2E | 41 | F | 11 | 42 | 3A |
| Octal | 332 | 165 | 115 | 0 | 56 | 101 | 17 | 21 | 102 | 72 |
| Binary | 11011010 | 1110101 | 1001101 | 0 | 101110 | 1000001 | 1111 | 10001 | 1000010 | 111010 |
Color Harmonies of #DA754D
Complementary color
Monochromatic Colors of #DA754D
Black with #DA754D
Text Example
Text Example
White with #DA754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA754D; }
p { color: rgb(218,117,77); }
H1.HeaderClassName
{
color: #DA754D;
}
.AnyTagClassName
{
color: #DA754D;
}
</style>
background-color css
<style>
a { background-color: #DA754D; }
a { background-color: rgb(218,117,77); }
div.DivClassName
{
background-color: #DA754D;
}
.BgClassName
{
background-color: #DA754D;
}
</style>
border-color css
<style>
span { border-color: #DA754D; }
span { border-color: rgb(218,117,77); }
td.TdClassName
{
border-color: #DA754D;
}
.TagClassName
{
border-color: #DA754D;
}
</style>