Shades of Jaffa #DA734A
Tints of Jaffa #DA734A
RGB
CMYK
RGB Variations
Color information
#DA734A (or 0xDA734A) is known color: Jaffa. HEX triplet: DA, 73 and 4A. RGB value is (218,115,74). Sum of RGB (Red+Green+Blue) = 218+115+74=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA734A is #258CB5. Grayscale: #8D8D8D. Windows color (decimal): -2460854 or 4879322. OLE color: 4879322.
HSL color Cylindrical-coordinate representation of color #DA734A: hue angle of 17.08º 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 #DA734A is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 74 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.15 |
| HSL | 17.08º | 0.66% | 0.57% | - |
| HSV(B) | 17.08º | 0.66% | 0.85% | - |
| XYZ | 36.28 | 27.66 | 9.91 | - |
| YUV | 141.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 74 | 0 | 0.47 | 0.66 | 0.15 | 17.08 | 0.66 | 0.57 |
| Hex | DA | 73 | 4A | 0 | 2F | 42 | F | 11 | 42 | 39 |
| Octal | 332 | 163 | 112 | 0 | 57 | 102 | 17 | 21 | 102 | 71 |
| Binary | 11011010 | 1110011 | 1001010 | 0 | 101111 | 1000010 | 1111 | 10001 | 1000010 | 111001 |
Color Harmonies of #DA734A
Complementary color
Monochromatic Colors of #DA734A
Black with #DA734A
Text Example
Text Example
White with #DA734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA734A; }
p { color: rgb(218,115,74); }
H1.HeaderClassName
{
color: #DA734A;
}
.AnyTagClassName
{
color: #DA734A;
}
</style>
background-color css
<style>
a { background-color: #DA734A; }
a { background-color: rgb(218,115,74); }
div.DivClassName
{
background-color: #DA734A;
}
.BgClassName
{
background-color: #DA734A;
}
</style>
border-color css
<style>
span { border-color: #DA734A; }
span { border-color: rgb(218,115,74); }
td.TdClassName
{
border-color: #DA734A;
}
.TagClassName
{
border-color: #DA734A;
}
</style>