Shades of Jaffa #DD8155
Tints of Jaffa #DD8155
RGB
CMYK
RGB Variations
Color information
#DD8155 (or 0xDD8155) is known color: Jaffa. HEX triplet: DD, 81 and 55. RGB value is (221,129,85). Sum of RGB (Red+Green+Blue) = 221+129+85=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8155 is #227EAA. Grayscale: #979797. Windows color (decimal): -2260651 or 5603805. OLE color: 5603805.
HSL color Cylindrical-coordinate representation of color #DD8155: hue angle of 19.41º 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 #DD8155 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 85 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.13 |
| HSL | 19.41º | 0.67% | 0.6% | - |
| HSV(B) | 19.41º | 0.62% | 0.87% | - |
| XYZ | 39.31 | 31.73 | 12.65 | - |
| YUV | 151.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 85 | 0 | 0.42 | 0.62 | 0.13 | 19.41 | 0.67 | 0.6 |
| Hex | DD | 81 | 55 | 0 | 2A | 3E | D | 13 | 43 | 3C |
| Octal | 335 | 201 | 125 | 0 | 52 | 76 | 15 | 23 | 103 | 74 |
| Binary | 11011101 | 10000001 | 1010101 | 0 | 101010 | 111110 | 1101 | 10011 | 1000011 | 111100 |
Color Harmonies of #DD8155
Complementary color
Monochromatic Colors of #DD8155
Black with #DD8155
Text Example
Text Example
White with #DD8155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8155; }
p { color: rgb(221,129,85); }
H1.HeaderClassName
{
color: #DD8155;
}
.AnyTagClassName
{
color: #DD8155;
}
</style>
background-color css
<style>
a { background-color: #DD8155; }
a { background-color: rgb(221,129,85); }
div.DivClassName
{
background-color: #DD8155;
}
.BgClassName
{
background-color: #DD8155;
}
</style>
border-color css
<style>
span { border-color: #DD8155; }
span { border-color: rgb(221,129,85); }
td.TdClassName
{
border-color: #DD8155;
}
.TagClassName
{
border-color: #DD8155;
}
</style>