Shades of Jaffa #DC7B48
Tints of Jaffa #DC7B48
RGB
CMYK
RGB Variations
Color information
#DC7B48 (or 0xDC7B48) is known color: Jaffa. HEX triplet: DC, 7B and 48. RGB value is (220,123,72). Sum of RGB (Red+Green+Blue) = 220+123+72=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B48 is #2384B7. Grayscale: #929292. Windows color (decimal): -2327736 or 4750300. OLE color: 4750300.
HSL color Cylindrical-coordinate representation of color #DC7B48: hue angle of 20.68º 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 #DC7B48 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 72 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.14 |
| HSL | 20.68º | 0.68% | 0.57% | - |
| HSV(B) | 20.68º | 0.67% | 0.86% | - |
| XYZ | 37.77 | 29.85 | 9.9 | - |
| YUV | 146.19 | 86.14 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 72 | 0 | 0.44 | 0.67 | 0.14 | 20.68 | 0.68 | 0.57 |
| Hex | DC | 7B | 48 | 0 | 2C | 43 | E | 15 | 44 | 39 |
| Octal | 334 | 173 | 110 | 0 | 54 | 103 | 16 | 25 | 104 | 71 |
| Binary | 11011100 | 1111011 | 1001000 | 0 | 101100 | 1000011 | 1110 | 10101 | 1000100 | 111001 |
Color Harmonies of #DC7B48
Complementary color
Monochromatic Colors of #DC7B48
Black with #DC7B48
Text Example
Text Example
White with #DC7B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B48; }
p { color: rgb(220,123,72); }
H1.HeaderClassName
{
color: #DC7B48;
}
.AnyTagClassName
{
color: #DC7B48;
}
</style>
background-color css
<style>
a { background-color: #DC7B48; }
a { background-color: rgb(220,123,72); }
div.DivClassName
{
background-color: #DC7B48;
}
.BgClassName
{
background-color: #DC7B48;
}
</style>
border-color css
<style>
span { border-color: #DC7B48; }
span { border-color: rgb(220,123,72); }
td.TdClassName
{
border-color: #DC7B48;
}
.TagClassName
{
border-color: #DC7B48;
}
</style>