Shades of Jaffa #DD7D53
Tints of Jaffa #DD7D53
RGB
CMYK
RGB Variations
Color information
#DD7D53 (or 0xDD7D53) is known color: Jaffa. HEX triplet: DD, 7D and 53. RGB value is (221,125,83). Sum of RGB (Red+Green+Blue) = 221+125+83=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D53 is #2282AC. Grayscale: #959595. Windows color (decimal): -2261677 or 5471709. OLE color: 5471709.
HSL color Cylindrical-coordinate representation of color #DD7D53: hue angle of 18.26º 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 #DD7D53 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 83 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.13 |
| HSL | 18.26º | 0.67% | 0.6% | - |
| HSV(B) | 18.26º | 0.62% | 0.87% | - |
| XYZ | 38.71 | 30.66 | 12.06 | - |
| YUV | 148.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 83 | 0 | 0.43 | 0.62 | 0.13 | 18.26 | 0.67 | 0.6 |
| Hex | DD | 7D | 53 | 0 | 2B | 3E | D | 12 | 43 | 3C |
| Octal | 335 | 175 | 123 | 0 | 53 | 76 | 15 | 22 | 103 | 74 |
| Binary | 11011101 | 1111101 | 1010011 | 0 | 101011 | 111110 | 1101 | 10010 | 1000011 | 111100 |
Color Harmonies of #DD7D53
Complementary color
Monochromatic Colors of #DD7D53
Black with #DD7D53
Text Example
Text Example
White with #DD7D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D53; }
p { color: rgb(221,125,83); }
H1.HeaderClassName
{
color: #DD7D53;
}
.AnyTagClassName
{
color: #DD7D53;
}
</style>
background-color css
<style>
a { background-color: #DD7D53; }
a { background-color: rgb(221,125,83); }
div.DivClassName
{
background-color: #DD7D53;
}
.BgClassName
{
background-color: #DD7D53;
}
</style>
border-color css
<style>
span { border-color: #DD7D53; }
span { border-color: rgb(221,125,83); }
td.TdClassName
{
border-color: #DD7D53;
}
.TagClassName
{
border-color: #DD7D53;
}
</style>