Shades of Jaffa #DC733F
Tints of Jaffa #DC733F
RGB
CMYK
RGB Variations
Color information
#DC733F (or 0xDC733F) is known color: Jaffa. HEX triplet: DC, 73 and 3F. RGB value is (220,115,63). Sum of RGB (Red+Green+Blue) = 220+115+63=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC733F is #238CC0. Grayscale: #8C8C8C. Windows color (decimal): -2329793 or 4158428. OLE color: 4158428.
HSL color Cylindrical-coordinate representation of color #DC733F: hue angle of 19.87º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC733F is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 63 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.14 |
| HSL | 19.87º | 0.69% | 0.55% | - |
| HSV(B) | 19.87º | 0.71% | 0.86% | - |
| XYZ | 36.54 | 27.84 | 8.15 | - |
| YUV | 140.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 63 | 0 | 0.48 | 0.71 | 0.14 | 19.87 | 0.69 | 0.55 |
| Hex | DC | 73 | 3F | 0 | 30 | 47 | E | 14 | 45 | 37 |
| Octal | 334 | 163 | 77 | 0 | 60 | 107 | 16 | 24 | 105 | 67 |
| Binary | 11011100 | 1110011 | 111111 | 0 | 110000 | 1000111 | 1110 | 10100 | 1000101 | 110111 |
Color Harmonies of #DC733F
Complementary color
Monochromatic Colors of #DC733F
Black with #DC733F
Text Example
Text Example
White with #DC733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC733F; }
p { color: rgb(220,115,63); }
H1.HeaderClassName
{
color: #DC733F;
}
.AnyTagClassName
{
color: #DC733F;
}
</style>
background-color css
<style>
a { background-color: #DC733F; }
a { background-color: rgb(220,115,63); }
div.DivClassName
{
background-color: #DC733F;
}
.BgClassName
{
background-color: #DC733F;
}
</style>
border-color css
<style>
span { border-color: #DC733F; }
span { border-color: rgb(220,115,63); }
td.TdClassName
{
border-color: #DC733F;
}
.TagClassName
{
border-color: #DC733F;
}
</style>