Shades of Jaffa #DA724A
Tints of Jaffa #DA724A
RGB
CMYK
RGB Variations
Color information
#DA724A (or 0xDA724A) is known color: Jaffa. HEX triplet: DA, 72 and 4A. RGB value is (218,114,74). Sum of RGB (Red+Green+Blue) = 218+114+74=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA724A is #258DB5. Grayscale: #8C8C8C. Windows color (decimal): -2461110 or 4879066. OLE color: 4879066.
HSL color Cylindrical-coordinate representation of color #DA724A: hue angle of 16.67º 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 #DA724A is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 74 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.15 |
| HSL | 16.67º | 0.66% | 0.57% | - |
| HSV(B) | 16.67º | 0.66% | 0.85% | - |
| XYZ | 36.17 | 27.43 | 9.87 | - |
| YUV | 140.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 74 | 0 | 0.48 | 0.66 | 0.15 | 16.67 | 0.66 | 0.57 |
| Hex | DA | 72 | 4A | 0 | 30 | 42 | F | 11 | 42 | 39 |
| Octal | 332 | 162 | 112 | 0 | 60 | 102 | 17 | 21 | 102 | 71 |
| Binary | 11011010 | 1110010 | 1001010 | 0 | 110000 | 1000010 | 1111 | 10001 | 1000010 | 111001 |
Color Harmonies of #DA724A
Complementary color
Monochromatic Colors of #DA724A
Black with #DA724A
Text Example
Text Example
White with #DA724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA724A; }
p { color: rgb(218,114,74); }
H1.HeaderClassName
{
color: #DA724A;
}
.AnyTagClassName
{
color: #DA724A;
}
</style>
background-color css
<style>
a { background-color: #DA724A; }
a { background-color: rgb(218,114,74); }
div.DivClassName
{
background-color: #DA724A;
}
.BgClassName
{
background-color: #DA724A;
}
</style>
border-color css
<style>
span { border-color: #DA724A; }
span { border-color: rgb(218,114,74); }
td.TdClassName
{
border-color: #DA724A;
}
.TagClassName
{
border-color: #DA724A;
}
</style>