Shades of Jaffa #DD8254
Tints of Jaffa #DD8254
RGB
CMYK
RGB Variations
Color information
#DD8254 (or 0xDD8254) is known color: Jaffa. HEX triplet: DD, 82 and 54. RGB value is (221,130,84). Sum of RGB (Red+Green+Blue) = 221+130+84=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8254 is #227DAB. Grayscale: #989898. Windows color (decimal): -2260396 or 5538525. OLE color: 5538525.
HSL color Cylindrical-coordinate representation of color #DD8254: hue angle of 20.15º 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 #DD8254 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 84 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.13 |
| HSL | 20.15º | 0.67% | 0.6% | - |
| HSV(B) | 20.15º | 0.62% | 0.87% | - |
| XYZ | 39.4 | 31.98 | 12.48 | - |
| YUV | 151.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 84 | 0 | 0.41 | 0.62 | 0.13 | 20.15 | 0.67 | 0.6 |
| Hex | DD | 82 | 54 | 0 | 29 | 3E | D | 14 | 43 | 3C |
| Octal | 335 | 202 | 124 | 0 | 51 | 76 | 15 | 24 | 103 | 74 |
| Binary | 11011101 | 10000010 | 1010100 | 0 | 101001 | 111110 | 1101 | 10100 | 1000011 | 111100 |
Color Harmonies of #DD8254
Complementary color
Monochromatic Colors of #DD8254
Black with #DD8254
Text Example
Text Example
White with #DD8254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8254; }
p { color: rgb(221,130,84); }
H1.HeaderClassName
{
color: #DD8254;
}
.AnyTagClassName
{
color: #DD8254;
}
</style>
background-color css
<style>
a { background-color: #DD8254; }
a { background-color: rgb(221,130,84); }
div.DivClassName
{
background-color: #DD8254;
}
.BgClassName
{
background-color: #DD8254;
}
</style>
border-color css
<style>
span { border-color: #DD8254; }
span { border-color: rgb(221,130,84); }
td.TdClassName
{
border-color: #DD8254;
}
.TagClassName
{
border-color: #DD8254;
}
</style>