Shades of Jaffa #DD8351
Tints of Jaffa #DD8351
RGB
CMYK
RGB Variations
Color information
#DD8351 (or 0xDD8351) is known color: Jaffa. HEX triplet: DD, 83 and 51. RGB value is (221,131,81). Sum of RGB (Red+Green+Blue) = 221+131+81=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8351 is #227CAE. Grayscale: #989898. Windows color (decimal): -2260143 or 5342173. OLE color: 5342173.
HSL color Cylindrical-coordinate representation of color #DD8351: hue angle of 21.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD8351 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 81 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.13 |
| HSL | 21.43º | 0.67% | 0.59% | - |
| HSV(B) | 21.43º | 0.63% | 0.87% | - |
| XYZ | 39.42 | 32.2 | 11.92 | - |
| YUV | 152.21 | 87.82 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 81 | 0 | 0.41 | 0.63 | 0.13 | 21.43 | 0.67 | 0.59 |
| Hex | DD | 83 | 51 | 0 | 29 | 3F | D | 15 | 43 | 3B |
| Octal | 335 | 203 | 121 | 0 | 51 | 77 | 15 | 25 | 103 | 73 |
| Binary | 11011101 | 10000011 | 1010001 | 0 | 101001 | 111111 | 1101 | 10101 | 1000011 | 111011 |
Color Harmonies of #DD8351
Complementary color
Monochromatic Colors of #DD8351
Black with #DD8351
Text Example
Text Example
White with #DD8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8351; }
p { color: rgb(221,131,81); }
H1.HeaderClassName
{
color: #DD8351;
}
.AnyTagClassName
{
color: #DD8351;
}
</style>
background-color css
<style>
a { background-color: #DD8351; }
a { background-color: rgb(221,131,81); }
div.DivClassName
{
background-color: #DD8351;
}
.BgClassName
{
background-color: #DD8351;
}
</style>
border-color css
<style>
span { border-color: #DD8351; }
span { border-color: rgb(221,131,81); }
td.TdClassName
{
border-color: #DD8351;
}
.TagClassName
{
border-color: #DD8351;
}
</style>