Shades of Jaffa #DD8253
Tints of Jaffa #DD8253
RGB
CMYK
RGB Variations
Color information
#DD8253 (or 0xDD8253) is known color: Jaffa. HEX triplet: DD, 82 and 53. RGB value is (221,130,83). Sum of RGB (Red+Green+Blue) = 221+130+83=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8253 is #227DAC. Grayscale: #989898. Windows color (decimal): -2260397 or 5472989. OLE color: 5472989.
HSL color Cylindrical-coordinate representation of color #DD8253: hue angle of 20.43º 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 #DD8253 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 83 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.13 |
| HSL | 20.43º | 0.67% | 0.6% | - |
| HSV(B) | 20.43º | 0.62% | 0.87% | - |
| XYZ | 39.36 | 31.96 | 12.28 | - |
| YUV | 151.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 83 | 0 | 0.41 | 0.62 | 0.13 | 20.43 | 0.67 | 0.6 |
| Hex | DD | 82 | 53 | 0 | 29 | 3E | D | 14 | 43 | 3C |
| Octal | 335 | 202 | 123 | 0 | 51 | 76 | 15 | 24 | 103 | 74 |
| Binary | 11011101 | 10000010 | 1010011 | 0 | 101001 | 111110 | 1101 | 10100 | 1000011 | 111100 |
Color Harmonies of #DD8253
Complementary color
Monochromatic Colors of #DD8253
Black with #DD8253
Text Example
Text Example
White with #DD8253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8253; }
p { color: rgb(221,130,83); }
H1.HeaderClassName
{
color: #DD8253;
}
.AnyTagClassName
{
color: #DD8253;
}
</style>
background-color css
<style>
a { background-color: #DD8253; }
a { background-color: rgb(221,130,83); }
div.DivClassName
{
background-color: #DD8253;
}
.BgClassName
{
background-color: #DD8253;
}
</style>
border-color css
<style>
span { border-color: #DD8253; }
span { border-color: rgb(221,130,83); }
td.TdClassName
{
border-color: #DD8253;
}
.TagClassName
{
border-color: #DD8253;
}
</style>