Shades of Jaffa #DC7B51
Tints of Jaffa #DC7B51
RGB
CMYK
RGB Variations
Color information
#DC7B51 (or 0xDC7B51) is known color: Jaffa. HEX triplet: DC, 7B and 51. RGB value is (220,123,81). Sum of RGB (Red+Green+Blue) = 220+123+81=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B51 is #2384AE. Grayscale: #939393. Windows color (decimal): -2327727 or 5340124. OLE color: 5340124.
HSL color Cylindrical-coordinate representation of color #DC7B51: hue angle of 18.13º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC7B51 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 81 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.14 |
| HSL | 18.13º | 0.67% | 0.59% | - |
| HSV(B) | 18.13º | 0.63% | 0.86% | - |
| XYZ | 38.08 | 29.98 | 11.56 | - |
| YUV | 147.22 | 90.64 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 81 | 0 | 0.44 | 0.63 | 0.14 | 18.13 | 0.67 | 0.59 |
| Hex | DC | 7B | 51 | 0 | 2C | 3F | E | 12 | 43 | 3B |
| Octal | 334 | 173 | 121 | 0 | 54 | 77 | 16 | 22 | 103 | 73 |
| Binary | 11011100 | 1111011 | 1010001 | 0 | 101100 | 111111 | 1110 | 10010 | 1000011 | 111011 |
Color Harmonies of #DC7B51
Complementary color
Monochromatic Colors of #DC7B51
Black with #DC7B51
Text Example
Text Example
White with #DC7B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B51; }
p { color: rgb(220,123,81); }
H1.HeaderClassName
{
color: #DC7B51;
}
.AnyTagClassName
{
color: #DC7B51;
}
</style>
background-color css
<style>
a { background-color: #DC7B51; }
a { background-color: rgb(220,123,81); }
div.DivClassName
{
background-color: #DC7B51;
}
.BgClassName
{
background-color: #DC7B51;
}
</style>
border-color css
<style>
span { border-color: #DC7B51; }
span { border-color: rgb(220,123,81); }
td.TdClassName
{
border-color: #DC7B51;
}
.TagClassName
{
border-color: #DC7B51;
}
</style>