Shades of Jaffa #DD8250
Tints of Jaffa #DD8250
RGB
CMYK
RGB Variations
Color information
#DD8250 (or 0xDD8250) is known color: Jaffa. HEX triplet: DD, 82 and 50. RGB value is (221,130,80). Sum of RGB (Red+Green+Blue) = 221+130+80=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8250 is #227DAF. Grayscale: #979797. Windows color (decimal): -2260400 or 5276381. OLE color: 5276381.
HSL color Cylindrical-coordinate representation of color #DD8250: hue angle of 21.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD8250 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 80 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.13 |
| HSL | 21.28º | 0.67% | 0.59% | - |
| HSV(B) | 21.28º | 0.64% | 0.87% | - |
| XYZ | 39.25 | 31.92 | 11.68 | - |
| YUV | 151.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 80 | 0 | 0.41 | 0.64 | 0.13 | 21.28 | 0.67 | 0.59 |
| Hex | DD | 82 | 50 | 0 | 29 | 40 | D | 15 | 43 | 3B |
| Octal | 335 | 202 | 120 | 0 | 51 | 100 | 15 | 25 | 103 | 73 |
| Binary | 11011101 | 10000010 | 1010000 | 0 | 101001 | 1000000 | 1101 | 10101 | 1000011 | 111011 |
Color Harmonies of #DD8250
Complementary color
Monochromatic Colors of #DD8250
Black with #DD8250
Text Example
Text Example
White with #DD8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8250; }
p { color: rgb(221,130,80); }
H1.HeaderClassName
{
color: #DD8250;
}
.AnyTagClassName
{
color: #DD8250;
}
</style>
background-color css
<style>
a { background-color: #DD8250; }
a { background-color: rgb(221,130,80); }
div.DivClassName
{
background-color: #DD8250;
}
.BgClassName
{
background-color: #DD8250;
}
</style>
border-color css
<style>
span { border-color: #DD8250; }
span { border-color: rgb(221,130,80); }
td.TdClassName
{
border-color: #DD8250;
}
.TagClassName
{
border-color: #DD8250;
}
</style>