Shades of Jaffa #DC7B53
Tints of Jaffa #DC7B53
RGB
CMYK
RGB Variations
Color information
#DC7B53 (or 0xDC7B53) is known color: Jaffa. HEX triplet: DC, 7B and 53. RGB value is (220,123,83). Sum of RGB (Red+Green+Blue) = 220+123+83=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B53 is #2384AC. Grayscale: #939393. Windows color (decimal): -2327725 or 5471196. OLE color: 5471196.
HSL color Cylindrical-coordinate representation of color #DC7B53: hue angle of 17.52º 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 #DC7B53 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 83 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.14 |
| HSL | 17.52º | 0.66% | 0.59% | - |
| HSV(B) | 17.52º | 0.62% | 0.86% | - |
| XYZ | 38.16 | 30.01 | 11.96 | - |
| YUV | 147.44 | 91.64 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 83 | 0 | 0.44 | 0.62 | 0.14 | 17.52 | 0.66 | 0.59 |
| Hex | DC | 7B | 53 | 0 | 2C | 3E | E | 12 | 42 | 3B |
| Octal | 334 | 173 | 123 | 0 | 54 | 76 | 16 | 22 | 102 | 73 |
| Binary | 11011100 | 1111011 | 1010011 | 0 | 101100 | 111110 | 1110 | 10010 | 1000010 | 111011 |
Color Harmonies of #DC7B53
Complementary color
Monochromatic Colors of #DC7B53
Black with #DC7B53
Text Example
Text Example
White with #DC7B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B53; }
p { color: rgb(220,123,83); }
H1.HeaderClassName
{
color: #DC7B53;
}
.AnyTagClassName
{
color: #DC7B53;
}
</style>
background-color css
<style>
a { background-color: #DC7B53; }
a { background-color: rgb(220,123,83); }
div.DivClassName
{
background-color: #DC7B53;
}
.BgClassName
{
background-color: #DC7B53;
}
</style>
border-color css
<style>
span { border-color: #DC7B53; }
span { border-color: rgb(220,123,83); }
td.TdClassName
{
border-color: #DC7B53;
}
.TagClassName
{
border-color: #DC7B53;
}
</style>