Shades of Jaffa #DA7242
Tints of Jaffa #DA7242
RGB
CMYK
RGB Variations
Color information
#DA7242 (or 0xDA7242) is known color: Jaffa. HEX triplet: DA, 72 and 42. RGB value is (218,114,66). Sum of RGB (Red+Green+Blue) = 218+114+66=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7242 is #258DBD. Grayscale: #8B8B8B. Windows color (decimal): -2461118 or 4354778. OLE color: 4354778.
HSL color Cylindrical-coordinate representation of color #DA7242: hue angle of 18.95º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA7242 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 66 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.15 |
| HSL | 18.95º | 0.67% | 0.56% | - |
| HSV(B) | 18.95º | 0.7% | 0.85% | - |
| XYZ | 35.91 | 27.33 | 8.54 | - |
| YUV | 139.62 | 86.46 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 66 | 0 | 0.48 | 0.70 | 0.15 | 18.95 | 0.67 | 0.56 |
| Hex | DA | 72 | 42 | 0 | 30 | 46 | F | 13 | 43 | 38 |
| Octal | 332 | 162 | 102 | 0 | 60 | 106 | 17 | 23 | 103 | 70 |
| Binary | 11011010 | 1110010 | 1000010 | 0 | 110000 | 1000110 | 1111 | 10011 | 1000011 | 111000 |
Color Harmonies of #DA7242
Complementary color
Monochromatic Colors of #DA7242
Black with #DA7242
Text Example
Text Example
White with #DA7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7242; }
p { color: rgb(218,114,66); }
H1.HeaderClassName
{
color: #DA7242;
}
.AnyTagClassName
{
color: #DA7242;
}
</style>
background-color css
<style>
a { background-color: #DA7242; }
a { background-color: rgb(218,114,66); }
div.DivClassName
{
background-color: #DA7242;
}
.BgClassName
{
background-color: #DA7242;
}
</style>
border-color css
<style>
span { border-color: #DA7242; }
span { border-color: rgb(218,114,66); }
td.TdClassName
{
border-color: #DA7242;
}
.TagClassName
{
border-color: #DA7242;
}
</style>