Shades of Jaffa #DC7C53
Tints of Jaffa #DC7C53
RGB
CMYK
RGB Variations
Color information
#DC7C53 (or 0xDC7C53) is known color: Jaffa. HEX triplet: DC, 7C and 53. RGB value is (220,124,83). Sum of RGB (Red+Green+Blue) = 220+124+83=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C53 is #2383AC. Grayscale: #949494. Windows color (decimal): -2327469 or 5471452. OLE color: 5471452.
HSL color Cylindrical-coordinate representation of color #DC7C53: hue angle of 17.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC7C53 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 83 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.14 |
| HSL | 17.96º | 0.66% | 0.59% | - |
| HSV(B) | 17.96º | 0.62% | 0.86% | - |
| XYZ | 38.28 | 30.26 | 12.01 | - |
| YUV | 148.03 | 91.3 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 83 | 0 | 0.44 | 0.62 | 0.14 | 17.96 | 0.66 | 0.59 |
| Hex | DC | 7C | 53 | 0 | 2C | 3E | E | 12 | 42 | 3B |
| Octal | 334 | 174 | 123 | 0 | 54 | 76 | 16 | 22 | 102 | 73 |
| Binary | 11011100 | 1111100 | 1010011 | 0 | 101100 | 111110 | 1110 | 10010 | 1000010 | 111011 |
Color Harmonies of #DC7C53
Complementary color
Monochromatic Colors of #DC7C53
Black with #DC7C53
Text Example
Text Example
White with #DC7C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C53; }
p { color: rgb(220,124,83); }
H1.HeaderClassName
{
color: #DC7C53;
}
.AnyTagClassName
{
color: #DC7C53;
}
</style>
background-color css
<style>
a { background-color: #DC7C53; }
a { background-color: rgb(220,124,83); }
div.DivClassName
{
background-color: #DC7C53;
}
.BgClassName
{
background-color: #DC7C53;
}
</style>
border-color css
<style>
span { border-color: #DC7C53; }
span { border-color: rgb(220,124,83); }
td.TdClassName
{
border-color: #DC7C53;
}
.TagClassName
{
border-color: #DC7C53;
}
</style>