Shades of Jaffa #DC7D53
Tints of Jaffa #DC7D53
RGB
CMYK
RGB Variations
Color information
#DC7D53 (or 0xDC7D53) is known color: Jaffa. HEX triplet: DC, 7D and 53. RGB value is (220,125,83). Sum of RGB (Red+Green+Blue) = 220+125+83=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D53 is #2382AC. Grayscale: #949494. Windows color (decimal): -2327213 or 5471708. OLE color: 5471708.
HSL color Cylindrical-coordinate representation of color #DC7D53: hue angle of 18.39º 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 #DC7D53 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 83 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.14 |
| HSL | 18.39º | 0.66% | 0.59% | - |
| HSV(B) | 18.39º | 0.62% | 0.86% | - |
| XYZ | 38.41 | 30.51 | 12.05 | - |
| YUV | 148.62 | 90.97 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 83 | 0 | 0.43 | 0.62 | 0.14 | 18.39 | 0.66 | 0.59 |
| Hex | DC | 7D | 53 | 0 | 2B | 3E | E | 12 | 42 | 3B |
| Octal | 334 | 175 | 123 | 0 | 53 | 76 | 16 | 22 | 102 | 73 |
| Binary | 11011100 | 1111101 | 1010011 | 0 | 101011 | 111110 | 1110 | 10010 | 1000010 | 111011 |
Color Harmonies of #DC7D53
Complementary color
Monochromatic Colors of #DC7D53
Black with #DC7D53
Text Example
Text Example
White with #DC7D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D53; }
p { color: rgb(220,125,83); }
H1.HeaderClassName
{
color: #DC7D53;
}
.AnyTagClassName
{
color: #DC7D53;
}
</style>
background-color css
<style>
a { background-color: #DC7D53; }
a { background-color: rgb(220,125,83); }
div.DivClassName
{
background-color: #DC7D53;
}
.BgClassName
{
background-color: #DC7D53;
}
</style>
border-color css
<style>
span { border-color: #DC7D53; }
span { border-color: rgb(220,125,83); }
td.TdClassName
{
border-color: #DC7D53;
}
.TagClassName
{
border-color: #DC7D53;
}
</style>