Shades of Jaffa #DC7448
Tints of Jaffa #DC7448
RGB
CMYK
RGB Variations
Color information
#DC7448 (or 0xDC7448) is known color: Jaffa. HEX triplet: DC, 74 and 48. RGB value is (220,116,72). Sum of RGB (Red+Green+Blue) = 220+116+72=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7448 is #238BB7. Grayscale: #8E8E8E. Windows color (decimal): -2329528 or 4748508. OLE color: 4748508.
HSL color Cylindrical-coordinate representation of color #DC7448: hue angle of 17.84º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC7448 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 72 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.14 |
| HSL | 17.84º | 0.68% | 0.57% | - |
| HSV(B) | 17.84º | 0.67% | 0.86% | - |
| XYZ | 36.93 | 28.17 | 9.62 | - |
| YUV | 142.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 72 | 0 | 0.47 | 0.67 | 0.14 | 17.84 | 0.68 | 0.57 |
| Hex | DC | 74 | 48 | 0 | 2F | 43 | E | 12 | 44 | 39 |
| Octal | 334 | 164 | 110 | 0 | 57 | 103 | 16 | 22 | 104 | 71 |
| Binary | 11011100 | 1110100 | 1001000 | 0 | 101111 | 1000011 | 1110 | 10010 | 1000100 | 111001 |
Color Harmonies of #DC7448
Complementary color
Monochromatic Colors of #DC7448
Black with #DC7448
Text Example
Text Example
White with #DC7448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7448; }
p { color: rgb(220,116,72); }
H1.HeaderClassName
{
color: #DC7448;
}
.AnyTagClassName
{
color: #DC7448;
}
</style>
background-color css
<style>
a { background-color: #DC7448; }
a { background-color: rgb(220,116,72); }
div.DivClassName
{
background-color: #DC7448;
}
.BgClassName
{
background-color: #DC7448;
}
</style>
border-color css
<style>
span { border-color: #DC7448; }
span { border-color: rgb(220,116,72); }
td.TdClassName
{
border-color: #DC7448;
}
.TagClassName
{
border-color: #DC7448;
}
</style>