Shades of Jaffa #DD8454
Tints of Jaffa #DD8454
RGB
CMYK
RGB Variations
Color information
#DD8454 (or 0xDD8454) is known color: Jaffa. HEX triplet: DD, 84 and 54. RGB value is (221,132,84). Sum of RGB (Red+Green+Blue) = 221+132+84=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8454 is #227BAB. Grayscale: #999999. Windows color (decimal): -2259884 or 5539037. OLE color: 5539037.
HSL color Cylindrical-coordinate representation of color #DD8454: hue angle of 21.02º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD8454 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 84 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.13 |
| HSL | 21.02º | 0.67% | 0.6% | - |
| HSV(B) | 21.02º | 0.62% | 0.87% | - |
| XYZ | 39.67 | 32.51 | 12.57 | - |
| YUV | 153.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 84 | 0 | 0.40 | 0.62 | 0.13 | 21.02 | 0.67 | 0.6 |
| Hex | DD | 84 | 54 | 0 | 28 | 3E | D | 15 | 43 | 3C |
| Octal | 335 | 204 | 124 | 0 | 50 | 76 | 15 | 25 | 103 | 74 |
| Binary | 11011101 | 10000100 | 1010100 | 0 | 101000 | 111110 | 1101 | 10101 | 1000011 | 111100 |
Color Harmonies of #DD8454
Complementary color
Monochromatic Colors of #DD8454
Black with #DD8454
Text Example
Text Example
White with #DD8454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8454; }
p { color: rgb(221,132,84); }
H1.HeaderClassName
{
color: #DD8454;
}
.AnyTagClassName
{
color: #DD8454;
}
</style>
background-color css
<style>
a { background-color: #DD8454; }
a { background-color: rgb(221,132,84); }
div.DivClassName
{
background-color: #DD8454;
}
.BgClassName
{
background-color: #DD8454;
}
</style>
border-color css
<style>
span { border-color: #DD8454; }
span { border-color: rgb(221,132,84); }
td.TdClassName
{
border-color: #DD8454;
}
.TagClassName
{
border-color: #DD8454;
}
</style>