Shades of Jaffa #DA714A
Tints of Jaffa #DA714A
RGB
CMYK
RGB Variations
Color information
#DA714A (or 0xDA714A) is known color: Jaffa. HEX triplet: DA, 71 and 4A. RGB value is (218,113,74). Sum of RGB (Red+Green+Blue) = 218+113+74=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA714A is #258EB5. Grayscale: #8C8C8C. Windows color (decimal): -2461366 or 4878810. OLE color: 4878810.
HSL color Cylindrical-coordinate representation of color #DA714A: hue angle of 16.25º 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 #DA714A is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 74 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.15 |
| HSL | 16.25º | 0.66% | 0.57% | - |
| HSV(B) | 16.25º | 0.66% | 0.85% | - |
| XYZ | 36.05 | 27.21 | 9.83 | - |
| YUV | 139.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 74 | 0 | 0.48 | 0.66 | 0.15 | 16.25 | 0.66 | 0.57 |
| Hex | DA | 71 | 4A | 0 | 30 | 42 | F | 10 | 42 | 39 |
| Octal | 332 | 161 | 112 | 0 | 60 | 102 | 17 | 20 | 102 | 71 |
| Binary | 11011010 | 1110001 | 1001010 | 0 | 110000 | 1000010 | 1111 | 10000 | 1000010 | 111001 |
Color Harmonies of #DA714A
Complementary color
Monochromatic Colors of #DA714A
Black with #DA714A
Text Example
Text Example
White with #DA714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA714A; }
p { color: rgb(218,113,74); }
H1.HeaderClassName
{
color: #DA714A;
}
.AnyTagClassName
{
color: #DA714A;
}
</style>
background-color css
<style>
a { background-color: #DA714A; }
a { background-color: rgb(218,113,74); }
div.DivClassName
{
background-color: #DA714A;
}
.BgClassName
{
background-color: #DA714A;
}
</style>
border-color css
<style>
span { border-color: #DA714A; }
span { border-color: rgb(218,113,74); }
td.TdClassName
{
border-color: #DA714A;
}
.TagClassName
{
border-color: #DA714A;
}
</style>