Shades of Jaffa #DD8151
Tints of Jaffa #DD8151
RGB
CMYK
RGB Variations
Color information
#DD8151 (or 0xDD8151) is known color: Jaffa. HEX triplet: DD, 81 and 51. RGB value is (221,129,81). Sum of RGB (Red+Green+Blue) = 221+129+81=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8151 is #227EAE. Grayscale: #979797. Windows color (decimal): -2260655 or 5341661. OLE color: 5341661.
HSL color Cylindrical-coordinate representation of color #DD8151: hue angle of 20.57º 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 #DD8151 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 81 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.13 |
| HSL | 20.57º | 0.67% | 0.59% | - |
| HSV(B) | 20.57º | 0.63% | 0.87% | - |
| XYZ | 39.15 | 31.67 | 11.83 | - |
| YUV | 151.04 | 88.48 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 81 | 0 | 0.42 | 0.63 | 0.13 | 20.57 | 0.67 | 0.59 |
| Hex | DD | 81 | 51 | 0 | 2A | 3F | D | 15 | 43 | 3B |
| Octal | 335 | 201 | 121 | 0 | 52 | 77 | 15 | 25 | 103 | 73 |
| Binary | 11011101 | 10000001 | 1010001 | 0 | 101010 | 111111 | 1101 | 10101 | 1000011 | 111011 |
Color Harmonies of #DD8151
Complementary color
Monochromatic Colors of #DD8151
Black with #DD8151
Text Example
Text Example
White with #DD8151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8151; }
p { color: rgb(221,129,81); }
H1.HeaderClassName
{
color: #DD8151;
}
.AnyTagClassName
{
color: #DD8151;
}
</style>
background-color css
<style>
a { background-color: #DD8151; }
a { background-color: rgb(221,129,81); }
div.DivClassName
{
background-color: #DD8151;
}
.BgClassName
{
background-color: #DD8151;
}
</style>
border-color css
<style>
span { border-color: #DD8151; }
span { border-color: rgb(221,129,81); }
td.TdClassName
{
border-color: #DD8151;
}
.TagClassName
{
border-color: #DD8151;
}
</style>