Shades of Jaffa #DD7945
Tints of Jaffa #DD7945
RGB
CMYK
RGB Variations
Color information
#DD7945 (or 0xDD7945) is known color: Jaffa. HEX triplet: DD, 79 and 45. RGB value is (221,121,69). Sum of RGB (Red+Green+Blue) = 221+121+69=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7945 is #2286BA. Grayscale: #919191. Windows color (decimal): -2262715 or 4553181. OLE color: 4553181.
HSL color Cylindrical-coordinate representation of color #DD7945: hue angle of 20.53º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD7945 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 69 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.13 |
| HSL | 20.53º | 0.69% | 0.57% | - |
| HSV(B) | 20.53º | 0.69% | 0.87% | - |
| XYZ | 37.73 | 29.48 | 9.33 | - |
| YUV | 144.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 69 | 0 | 0.45 | 0.69 | 0.13 | 20.53 | 0.69 | 0.57 |
| Hex | DD | 79 | 45 | 0 | 2D | 45 | D | 15 | 45 | 39 |
| Octal | 335 | 171 | 105 | 0 | 55 | 105 | 15 | 25 | 105 | 71 |
| Binary | 11011101 | 1111001 | 1000101 | 0 | 101101 | 1000101 | 1101 | 10101 | 1000101 | 111001 |
Color Harmonies of #DD7945
Complementary color
Monochromatic Colors of #DD7945
Black with #DD7945
Text Example
Text Example
White with #DD7945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7945; }
p { color: rgb(221,121,69); }
H1.HeaderClassName
{
color: #DD7945;
}
.AnyTagClassName
{
color: #DD7945;
}
</style>
background-color css
<style>
a { background-color: #DD7945; }
a { background-color: rgb(221,121,69); }
div.DivClassName
{
background-color: #DD7945;
}
.BgClassName
{
background-color: #DD7945;
}
</style>
border-color css
<style>
span { border-color: #DD7945; }
span { border-color: rgb(221,121,69); }
td.TdClassName
{
border-color: #DD7945;
}
.TagClassName
{
border-color: #DD7945;
}
</style>