Shades of Jaffa #DD8452
Tints of Jaffa #DD8452
RGB
CMYK
RGB Variations
Color information
#DD8452 (or 0xDD8452) is known color: Jaffa. HEX triplet: DD, 84 and 52. RGB value is (221,132,82). Sum of RGB (Red+Green+Blue) = 221+132+82=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8452 is #227BAD. Grayscale: #999999. Windows color (decimal): -2259886 or 5407965. OLE color: 5407965.
HSL color Cylindrical-coordinate representation of color #DD8452: hue angle of 21.58º 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 #DD8452 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 82 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.13 |
| HSL | 21.58º | 0.67% | 0.59% | - |
| HSV(B) | 21.58º | 0.63% | 0.87% | - |
| XYZ | 39.59 | 32.48 | 12.17 | - |
| YUV | 152.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 82 | 0 | 0.40 | 0.63 | 0.13 | 21.58 | 0.67 | 0.59 |
| Hex | DD | 84 | 52 | 0 | 28 | 3F | D | 16 | 43 | 3B |
| Octal | 335 | 204 | 122 | 0 | 50 | 77 | 15 | 26 | 103 | 73 |
| Binary | 11011101 | 10000100 | 1010010 | 0 | 101000 | 111111 | 1101 | 10110 | 1000011 | 111011 |
Color Harmonies of #DD8452
Complementary color
Monochromatic Colors of #DD8452
Black with #DD8452
Text Example
Text Example
White with #DD8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8452; }
p { color: rgb(221,132,82); }
H1.HeaderClassName
{
color: #DD8452;
}
.AnyTagClassName
{
color: #DD8452;
}
</style>
background-color css
<style>
a { background-color: #DD8452; }
a { background-color: rgb(221,132,82); }
div.DivClassName
{
background-color: #DD8452;
}
.BgClassName
{
background-color: #DD8452;
}
</style>
border-color css
<style>
span { border-color: #DD8452; }
span { border-color: rgb(221,132,82); }
td.TdClassName
{
border-color: #DD8452;
}
.TagClassName
{
border-color: #DD8452;
}
</style>