Shades of Jaffa #DC7845
Tints of Jaffa #DC7845
RGB
CMYK
RGB Variations
Color information
#DC7845 (or 0xDC7845) is known color: Jaffa. HEX triplet: DC, 78 and 45. RGB value is (220,120,69). Sum of RGB (Red+Green+Blue) = 220+120+69=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7845 is #2387BA. Grayscale: #909090. Windows color (decimal): -2328507 or 4552924. OLE color: 4552924.
HSL color Cylindrical-coordinate representation of color #DC7845: hue angle of 20.26º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC7845 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 69 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.14 |
| HSL | 20.26º | 0.68% | 0.57% | - |
| HSV(B) | 20.26º | 0.69% | 0.86% | - |
| XYZ | 37.31 | 29.08 | 9.28 | - |
| YUV | 144.09 | 85.63 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 69 | 0 | 0.45 | 0.69 | 0.14 | 20.26 | 0.68 | 0.57 |
| Hex | DC | 78 | 45 | 0 | 2D | 45 | E | 14 | 44 | 39 |
| Octal | 334 | 170 | 105 | 0 | 55 | 105 | 16 | 24 | 104 | 71 |
| Binary | 11011100 | 1111000 | 1000101 | 0 | 101101 | 1000101 | 1110 | 10100 | 1000100 | 111001 |
Color Harmonies of #DC7845
Complementary color
Monochromatic Colors of #DC7845
Black with #DC7845
Text Example
Text Example
White with #DC7845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7845; }
p { color: rgb(220,120,69); }
H1.HeaderClassName
{
color: #DC7845;
}
.AnyTagClassName
{
color: #DC7845;
}
</style>
background-color css
<style>
a { background-color: #DC7845; }
a { background-color: rgb(220,120,69); }
div.DivClassName
{
background-color: #DC7845;
}
.BgClassName
{
background-color: #DC7845;
}
</style>
border-color css
<style>
span { border-color: #DC7845; }
span { border-color: rgb(220,120,69); }
td.TdClassName
{
border-color: #DC7845;
}
.TagClassName
{
border-color: #DC7845;
}
</style>