Shades of Jaffa #DA754A
Tints of Jaffa #DA754A
RGB
CMYK
RGB Variations
Color information
#DA754A (or 0xDA754A) is known color: Jaffa. HEX triplet: DA, 75 and 4A. RGB value is (218,117,74). Sum of RGB (Red+Green+Blue) = 218+117+74=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA754A is #258AB5. Grayscale: #8E8E8E. Windows color (decimal): -2460342 or 4879834. OLE color: 4879834.
HSL color Cylindrical-coordinate representation of color #DA754A: hue angle of 17.92º 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 #DA754A is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 74 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.15 |
| HSL | 17.92º | 0.66% | 0.57% | - |
| HSV(B) | 17.92º | 0.66% | 0.85% | - |
| XYZ | 36.51 | 28.12 | 9.98 | - |
| YUV | 142.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 74 | 0 | 0.46 | 0.66 | 0.15 | 17.92 | 0.66 | 0.57 |
| Hex | DA | 75 | 4A | 0 | 2E | 42 | F | 12 | 42 | 39 |
| Octal | 332 | 165 | 112 | 0 | 56 | 102 | 17 | 22 | 102 | 71 |
| Binary | 11011010 | 1110101 | 1001010 | 0 | 101110 | 1000010 | 1111 | 10010 | 1000010 | 111001 |
Color Harmonies of #DA754A
Complementary color
Monochromatic Colors of #DA754A
Black with #DA754A
Text Example
Text Example
White with #DA754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA754A; }
p { color: rgb(218,117,74); }
H1.HeaderClassName
{
color: #DA754A;
}
.AnyTagClassName
{
color: #DA754A;
}
</style>
background-color css
<style>
a { background-color: #DA754A; }
a { background-color: rgb(218,117,74); }
div.DivClassName
{
background-color: #DA754A;
}
.BgClassName
{
background-color: #DA754A;
}
</style>
border-color css
<style>
span { border-color: #DA754A; }
span { border-color: rgb(218,117,74); }
td.TdClassName
{
border-color: #DA754A;
}
.TagClassName
{
border-color: #DA754A;
}
</style>