Shades of Jaffa #DD7243
Tints of Jaffa #DD7243
RGB
CMYK
RGB Variations
Color information
#DD7243 (or 0xDD7243) is known color: Jaffa. HEX triplet: DD, 72 and 43. RGB value is (221,114,67). Sum of RGB (Red+Green+Blue) = 221+114+67=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7243 is #228DBC. Grayscale: #8C8C8C. Windows color (decimal): -2264509 or 4420317. OLE color: 4420317.
HSL color Cylindrical-coordinate representation of color #DD7243: hue angle of 18.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD7243 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 67 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.13 |
| HSL | 18.31º | 0.69% | 0.56% | - |
| HSV(B) | 18.31º | 0.7% | 0.87% | - |
| XYZ | 36.85 | 27.81 | 8.74 | - |
| YUV | 140.64 | 86.45 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 67 | 0 | 0.48 | 0.70 | 0.13 | 18.31 | 0.69 | 0.56 |
| Hex | DD | 72 | 43 | 0 | 30 | 46 | D | 12 | 45 | 38 |
| Octal | 335 | 162 | 103 | 0 | 60 | 106 | 15 | 22 | 105 | 70 |
| Binary | 11011101 | 1110010 | 1000011 | 0 | 110000 | 1000110 | 1101 | 10010 | 1000101 | 111000 |
Color Harmonies of #DD7243
Complementary color
Monochromatic Colors of #DD7243
Black with #DD7243
Text Example
Text Example
White with #DD7243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7243; }
p { color: rgb(221,114,67); }
H1.HeaderClassName
{
color: #DD7243;
}
.AnyTagClassName
{
color: #DD7243;
}
</style>
background-color css
<style>
a { background-color: #DD7243; }
a { background-color: rgb(221,114,67); }
div.DivClassName
{
background-color: #DD7243;
}
.BgClassName
{
background-color: #DD7243;
}
</style>
border-color css
<style>
span { border-color: #DD7243; }
span { border-color: rgb(221,114,67); }
td.TdClassName
{
border-color: #DD7243;
}
.TagClassName
{
border-color: #DD7243;
}
</style>