Shades of Jaffa #DC7D48
Tints of Jaffa #DC7D48
RGB
CMYK
RGB Variations
Color information
#DC7D48 (or 0xDC7D48) is known color: Jaffa. HEX triplet: DC, 7D and 48. RGB value is (220,125,72). Sum of RGB (Red+Green+Blue) = 220+125+72=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D48 is #2382B7. Grayscale: #939393. Windows color (decimal): -2327224 or 4750812. OLE color: 4750812.
HSL color Cylindrical-coordinate representation of color #DC7D48: hue angle of 21.49º 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 #DC7D48 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 72 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.14 |
| HSL | 21.49º | 0.68% | 0.57% | - |
| HSV(B) | 21.49º | 0.67% | 0.86% | - |
| XYZ | 38.02 | 30.35 | 9.99 | - |
| YUV | 147.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 72 | 0 | 0.43 | 0.67 | 0.14 | 21.49 | 0.68 | 0.57 |
| Hex | DC | 7D | 48 | 0 | 2B | 43 | E | 15 | 44 | 39 |
| Octal | 334 | 175 | 110 | 0 | 53 | 103 | 16 | 25 | 104 | 71 |
| Binary | 11011100 | 1111101 | 1001000 | 0 | 101011 | 1000011 | 1110 | 10101 | 1000100 | 111001 |
Color Harmonies of #DC7D48
Complementary color
Monochromatic Colors of #DC7D48
Black with #DC7D48
Text Example
Text Example
White with #DC7D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D48; }
p { color: rgb(220,125,72); }
H1.HeaderClassName
{
color: #DC7D48;
}
.AnyTagClassName
{
color: #DC7D48;
}
</style>
background-color css
<style>
a { background-color: #DC7D48; }
a { background-color: rgb(220,125,72); }
div.DivClassName
{
background-color: #DC7D48;
}
.BgClassName
{
background-color: #DC7D48;
}
</style>
border-color css
<style>
span { border-color: #DC7D48; }
span { border-color: rgb(220,125,72); }
td.TdClassName
{
border-color: #DC7D48;
}
.TagClassName
{
border-color: #DC7D48;
}
</style>