Shades of Jaffa #DD7B4F
Tints of Jaffa #DD7B4F
RGB
CMYK
RGB Variations
Color information
#DD7B4F (or 0xDD7B4F) is known color: Jaffa. HEX triplet: DD, 7B and 4F. RGB value is (221,123,79). Sum of RGB (Red+Green+Blue) = 221+123+79=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B4F is #2284B0. Grayscale: #939393. Windows color (decimal): -2262193 or 5209053. OLE color: 5209053.
HSL color Cylindrical-coordinate representation of color #DD7B4F: hue angle of 18.59º degrees, saturation: 0.68, 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 #DD7B4F is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 79 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.13 |
| HSL | 18.59º | 0.68% | 0.59% | - |
| HSV(B) | 18.59º | 0.64% | 0.87% | - |
| XYZ | 38.31 | 30.1 | 11.19 | - |
| YUV | 147.29 | 89.47 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 79 | 0 | 0.44 | 0.64 | 0.13 | 18.59 | 0.68 | 0.59 |
| Hex | DD | 7B | 4F | 0 | 2C | 40 | D | 13 | 44 | 3B |
| Octal | 335 | 173 | 117 | 0 | 54 | 100 | 15 | 23 | 104 | 73 |
| Binary | 11011101 | 1111011 | 1001111 | 0 | 101100 | 1000000 | 1101 | 10011 | 1000100 | 111011 |
Color Harmonies of #DD7B4F
Complementary color
Monochromatic Colors of #DD7B4F
Black with #DD7B4F
Text Example
Text Example
White with #DD7B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B4F; }
p { color: rgb(221,123,79); }
H1.HeaderClassName
{
color: #DD7B4F;
}
.AnyTagClassName
{
color: #DD7B4F;
}
</style>
background-color css
<style>
a { background-color: #DD7B4F; }
a { background-color: rgb(221,123,79); }
div.DivClassName
{
background-color: #DD7B4F;
}
.BgClassName
{
background-color: #DD7B4F;
}
</style>
border-color css
<style>
span { border-color: #DD7B4F; }
span { border-color: rgb(221,123,79); }
td.TdClassName
{
border-color: #DD7B4F;
}
.TagClassName
{
border-color: #DD7B4F;
}
</style>