Shades of Jaffa #DD7850
Tints of Jaffa #DD7850
RGB
CMYK
RGB Variations
Color information
#DD7850 (or 0xDD7850) is known color: Jaffa. HEX triplet: DD, 78 and 50. RGB value is (221,120,80). Sum of RGB (Red+Green+Blue) = 221+120+80=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7850 is #2287AF. Grayscale: #919191. Windows color (decimal): -2262960 or 5273821. OLE color: 5273821.
HSL color Cylindrical-coordinate representation of color #DD7850: hue angle of 17.02º 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 #DD7850 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 80 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.13 |
| HSL | 17.02º | 0.67% | 0.59% | - |
| HSV(B) | 17.02º | 0.64% | 0.87% | - |
| XYZ | 37.98 | 29.38 | 11.26 | - |
| YUV | 145.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 80 | 0 | 0.46 | 0.64 | 0.13 | 17.02 | 0.67 | 0.59 |
| Hex | DD | 78 | 50 | 0 | 2E | 40 | D | 11 | 43 | 3B |
| Octal | 335 | 170 | 120 | 0 | 56 | 100 | 15 | 21 | 103 | 73 |
| Binary | 11011101 | 1111000 | 1010000 | 0 | 101110 | 1000000 | 1101 | 10001 | 1000011 | 111011 |
Color Harmonies of #DD7850
Complementary color
Monochromatic Colors of #DD7850
Black with #DD7850
Text Example
Text Example
White with #DD7850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7850; }
p { color: rgb(221,120,80); }
H1.HeaderClassName
{
color: #DD7850;
}
.AnyTagClassName
{
color: #DD7850;
}
</style>
background-color css
<style>
a { background-color: #DD7850; }
a { background-color: rgb(221,120,80); }
div.DivClassName
{
background-color: #DD7850;
}
.BgClassName
{
background-color: #DD7850;
}
</style>
border-color css
<style>
span { border-color: #DD7850; }
span { border-color: rgb(221,120,80); }
td.TdClassName
{
border-color: #DD7850;
}
.TagClassName
{
border-color: #DD7850;
}
</style>